mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: typo in cache key
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user