mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update custom_rdap_servers.example.yaml
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user