mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add WatchListTrigger Entity
This commit is contained in:
@@ -49,7 +49,7 @@ class Domain
|
||||
{
|
||||
#[ORM\Id]
|
||||
#[ORM\Column(length: 255)]
|
||||
#[Groups(['domain:item', 'domain:list', 'watchlist:item', 'watchlist:create'])]
|
||||
#[Groups(['domain:item', 'domain:list', 'watchlist:item'])]
|
||||
private ?string $ldhName = null;
|
||||
|
||||
#[ORM\Column(length: 255)]
|
||||
|
||||
Reference in New Issue
Block a user