feat: add WatchListTrigger Entity

This commit is contained in:
Maël Gangloff
2024-07-20 23:14:03 +02:00
parent 1b0f54806c
commit 86aa1d2f3f
6 changed files with 189 additions and 1 deletions

View File

@@ -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)]