chore: merge master

This commit is contained in:
Maël Gangloff
2025-06-14 00:31:46 +02:00
16 changed files with 522 additions and 491 deletions

View File

@@ -8,6 +8,7 @@ use App\Config\EventAction;
use App\Controller\DomainRefreshController;
use App\Repository\DomainRepository;
use App\Service\RDAPService;
use App\State\AutoRegisterDomainProvider;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Doctrine\DBAL\Types\Types;
@@ -54,7 +55,8 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
],
read: false
),
]
],
provider: AutoRegisterDomainProvider::class
)]
class Domain
{