diff --git a/src/Flysystem/LocalFilesystemAdapter.php b/src/Flysystem/LocalFilesystemAdapter.php index bd41de63..098b64ba 100644 --- a/src/Flysystem/LocalFilesystemAdapter.php +++ b/src/Flysystem/LocalFilesystemAdapter.php @@ -19,7 +19,8 @@ public function __construct( MimeTypeDetector $mimeTypeDetector = null ) { $this->pathPrefixer = new PathPrefixer($location); - parent::__construct($location, $visibility, $writeFlags, $linkHandling, $mimeTypeDetector); + + parent::__construct($location, $visibility, $writeFlags, $linkHandling, $mimeTypeDetector, false, true); } public function prefixPath(string $path): string