diff --git a/src/Driver.php b/src/Driver.php index a44f21e..f017eba 100644 --- a/src/Driver.php +++ b/src/Driver.php @@ -147,7 +147,7 @@ protected function init() if ($this->fscache) { $adapter = new CachedAdapter($adapter, $this->fscache); - $this->fs = new Filesystem($adapter); + $this->fs = new Filesystem($adapter, $this->fs->getConfig()); } } }