feat: update entity diagram

This commit is contained in:
Maël Gangloff
2024-08-17 18:22:24 +02:00
parent 1c1821838f
commit 84e0fed184
4 changed files with 99 additions and 55 deletions

View File

@@ -278,6 +278,8 @@ readonly class RDAPService
}
if (array_key_exists('nameservers', $res) && is_array($res['nameservers'])) {
$domain->getNameservers()->clear();
foreach ($res['nameservers'] as $rdapNameserver) {
$nameserver = $this->nameserverRepository->findOneBy([
'ldhName' => strtolower($rdapNameserver['ldhName']),