feat: track registration

Fixes #81
This commit is contained in:
Maël Gangloff
2025-05-19 09:47:21 +02:00
parent 5184f2c190
commit 1bcebff59d
2 changed files with 14 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ readonly class RDAPService
return $domain;
}
private function getTld(string $domain): Tld
public function getTld(string $domain): Tld
{
if (!str_contains($domain, '.')) {
$tldEntity = $this->tldRepository->findOneBy(['tld' => '.']);