* Changed php environment packages * Added patch to switch back to Flutter * Added patch to fix storage permissions
16 lines
524 B
Diff
16 lines
524 B
Diff
diff --git a/config/filesystems.php b/config/filesystems.php
|
|
index a104af7a81..3582c519a1 100644
|
|
--- a/config/filesystems.php
|
|
+++ b/config/filesystems.php
|
|
@@ -37,8 +37,8 @@ return [
|
|
'root' => base_path(),
|
|
'permissions' => [
|
|
'file' => [
|
|
- 'public' => 0664,
|
|
- 'private' => 0600,
|
|
+ 'public' => 0444,
|
|
+ 'private' => 0400,
|
|
],
|
|
'dir' => [
|
|
'public' => 0775,
|