mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add small dot. Fixes #76
This commit is contained in:
@@ -58,7 +58,7 @@ class Domain
|
||||
* @var Collection<int, DomainEvent>
|
||||
*/
|
||||
#[ORM\OneToMany(targetEntity: DomainEvent::class, mappedBy: 'domain', cascade: ['persist'], orphanRemoval: true)]
|
||||
#[Groups(['domain:item', 'domain:list'])]
|
||||
#[Groups(['domain:item', 'domain:list', 'watchlist:list'])]
|
||||
private Collection $events;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user