diff --git a/src/ResourceLoaderSCSSModule.php b/src/ResourceLoaderSCSSModule.php index b47fcc5..2eb82e4 100644 --- a/src/ResourceLoaderSCSSModule.php +++ b/src/ResourceLoaderSCSSModule.php @@ -168,7 +168,7 @@ protected function getCacheKey( Context $context ): string { // have to hash the module config, else it may become too long $configHash = md5( $styles . $vars ); - $this->cacheKey = \ObjectCache::getLocalClusterInstance()->makeKey( + $this->cacheKey = ObjectCache::getLocalClusterInstance()->makeKey( 'ext', 'scss', $configHash,