mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: identify tld type
This commit is contained in:
@@ -68,7 +68,7 @@ class Tld
|
||||
#[Groups(["tld:list", "tld:item"])]
|
||||
private ?bool $specification13 = null;
|
||||
|
||||
#[ORM\Column(length: 10, nullable: true, enumType: TldType::class)]
|
||||
#[ORM\Column(length: 10, enumType: TldType::class)]
|
||||
#[Groups(["tld:item"])]
|
||||
private ?TldType $type = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user