Update filesystems.php

pull/7436/head
Shlee 23 hours ago committed by GitHub
parent 6201b25c3b
commit 1c9cae3989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,11 +49,11 @@ return [
'permissions' => [
'file' => [
'public' => 0644,
'private' => 0600,
'private' => 0640,
],
'dir' => [
'public' => 0755,
'private' => 0711,
'private' => 0750,
],
],
'serve' => true,

Loading…
Cancel
Save