Skip to content

Commit ee253cd

Browse files
authored
Allow to using flysystem on nfs volume
1 parent dcc478e commit ee253cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/autoload/filesystem.global.php.dist

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ return [
1818
\League\Flysystem\Adapter\Local::class => [
1919
'options' => [
2020
'root' => '/', // Must be a root dir until all file operations will be refactored with Filesystem
21+
'writeFlags' => 0
2122
]
2223
],
2324
],

0 commit comments

Comments
 (0)