mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: remove domain url from DnsKey groups
This commit is contained in:
@@ -29,7 +29,6 @@ class DnsKey
|
|||||||
|
|
||||||
#[ORM\ManyToOne(inversedBy: 'dnsKey')]
|
#[ORM\ManyToOne(inversedBy: 'dnsKey')]
|
||||||
#[ORM\JoinColumn(referencedColumnName: 'ldh_name', nullable: false)]
|
#[ORM\JoinColumn(referencedColumnName: 'ldh_name', nullable: false)]
|
||||||
#[Groups(['ds:list', 'ds:item'])]
|
|
||||||
#[ORM\Id]
|
#[ORM\Id]
|
||||||
private ?Domain $domain = null;
|
private ?Domain $domain = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user