diff --git a/src/Service/Connector/GandiProvider.php b/src/Service/Connector/GandiProvider.php index 9e2fcc1..5f34bf9 100644 --- a/src/Service/Connector/GandiProvider.php +++ b/src/Service/Connector/GandiProvider.php @@ -138,6 +138,6 @@ class GandiProvider extends AbstractProvider */ protected function getCachedTldList(): CacheItemInterface { - return $this->cacheItemPool->getItem('app.provider.ovh.supported-tld'); + return $this->cacheItemPool->getItem('app.provider.gandi.supported-tld'); } }