fix: typo in cache key

This commit is contained in:
Maël Gangloff
2025-09-14 19:58:10 +02:00
parent eae862030e
commit b1566bbeac

View File

@@ -138,6 +138,6 @@ class GandiProvider extends AbstractProvider
*/ */
protected function getCachedTldList(): CacheItemInterface protected function getCachedTldList(): CacheItemInterface
{ {
return $this->cacheItemPool->getItem('app.provider.ovh.supported-tld'); return $this->cacheItemPool->getItem('app.provider.gandi.supported-tld');
} }
} }