mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add id column on entity
This commit is contained in:
@@ -117,7 +117,7 @@ class Domain
|
||||
#[SerializedName('oldStatus')]
|
||||
private Collection $domainStatuses;
|
||||
|
||||
#[ORM\Column(nullable: false)]
|
||||
#[ORM\Column(nullable: false, options: ['default' => false])]
|
||||
#[Groups(['domain:item', 'domain:list'])]
|
||||
private ?bool $delegationSigned = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user