diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php index 1f0675742..80aac5e02 100644 --- a/DataStorage/Cache/Connection/FileCache.php +++ b/DataStorage/Cache/Connection/FileCache.php @@ -66,7 +66,7 @@ class FileCache extends ConnectionAbstract public function __construct(string $path) { if (!Directory::exists($path)) { - Directory::create($path, 0664, true); + Directory::create($path, 0766, true); } $this->status = CacheStatus::ACTIVE;