We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc478e commit ee253cdCopy full SHA for ee253cd
config/autoload/filesystem.global.php.dist
@@ -18,6 +18,7 @@ return [
18
\League\Flysystem\Adapter\Local::class => [
19
'options' => [
20
'root' => '/', // Must be a root dir until all file operations will be refactored with Filesystem
21
+ 'writeFlags' => 0
22
]
23
],
24
0 commit comments