diff --git a/src/Storage/CacheStorage.php b/src/Storage/CacheStorage.php index 27b31c09..2b99639a 100644 --- a/src/Storage/CacheStorage.php +++ b/src/Storage/CacheStorage.php @@ -88,6 +88,11 @@ public function getLibrary(): Library return $this->library; } + public function getFilesystem(): Filesystem + { + return $this->filesystem; + } + public function getMediaVariationPropertyAccessor(): MediaVariationPropertyAccessor { return $this->mediaVariationPropertyAccessor;