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

@@ -108,7 +108,7 @@ class GandiProvider extends AbstractProvider
/**
* @throws TransportExceptionInterface
*/
public function assertAuthentication(): void
protected function assertAuthentication(): void
{
$response = $this->client->request('GET', '/v5/organization/user-info', (new HttpOptions())
->setAuthBearer($this->authData['token'])