Skip to content

Commit 2d0d986

Browse files
authored
[12.x] Sync filesystem.disk.local configurations (#54764)
* laravel/laravel#6450 Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent e2627a5 commit 2d0d986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/filesystems.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
'local' => [
3434
'driver' => 'local',
35-
'root' => storage_path('app'),
35+
'root' => storage_path('app/private'),
36+
'serve' => true,
3637
'throw' => false,
3738
'report' => false,
3839
],

0 commit comments

Comments
 (0)