fix: suppress LazyGhostTrait deprecation message

This commit is contained in:
Maël Gangloff
2025-10-27 00:59:34 +01:00
parent ef5744eed1
commit 3dda89b49e
2 changed files with 1 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ class Nameserver
* @var Collection<int, Domain>
*/
#[ORM\ManyToMany(targetEntity: Domain::class, mappedBy: 'nameservers')]
#[Groups(['nameserver:item'])]
private Collection $domains;
public function __construct()