feat: improve the display of entity handles

This commit is contained in:
Maël Gangloff
2024-12-23 15:14:23 +01:00
parent 2a64bcecee
commit 5f30b7b173
4 changed files with 13 additions and 9 deletions

View File

@@ -357,6 +357,9 @@ readonly class RDAPService
}
}
/**
* @throws \DateMalformedStringException
*/
private function updateDomainNameservers(Domain $domain, array $rdapData): void
{
if (array_key_exists('nameservers', $rdapData) && is_array($rdapData['nameservers'])) {