feat: update front layout

This commit is contained in:
Maël Gangloff
2024-07-27 01:35:00 +02:00
parent 133850da1c
commit 8f04e0ed7e
5 changed files with 599 additions and 15 deletions

View File

@@ -103,6 +103,7 @@ class Domain
private ?Tld $tld = null;
#[ORM\Column]
#[Groups(['domain:item'])]
private ?bool $deleted = null;
public function __construct()