fix: remove domain url from DnsKey groups

This commit is contained in:
Maël Gangloff
2025-09-05 10:23:20 +02:00
parent 711c3ae233
commit ada68af9b4

View File

@@ -29,7 +29,6 @@ class DnsKey
#[ORM\ManyToOne(inversedBy: 'dnsKey')]
#[ORM\JoinColumn(referencedColumnName: 'ldh_name', nullable: false)]
#[Groups(['ds:list', 'ds:item'])]
#[ORM\Id]
private ?Domain $domain = null;