feat: update custom_rdap_servers.example.yaml

This commit is contained in:
Maël Gangloff
2024-11-02 16:11:41 +01:00
parent c7a50eed65
commit 79a5a1d35a
6 changed files with 48 additions and 44 deletions

View File

@@ -79,7 +79,7 @@ abstract class AbstractProvider
/**
* @throws \Exception when the registrar denies the authentication
*/
abstract public function assertAuthentication(): void; // TODO use dedicated exception type
abstract protected function assertAuthentication(): void; // TODO use dedicated exception type
abstract public function orderDomain(Domain $domain, bool $dryRun): void;