Skip to content

Commit

Permalink
[12.x] Sync filesystem.disk.local configurations (#54764)
Browse files Browse the repository at this point in the history
* laravel/laravel#6450

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Feb 24, 2025
1 parent e2627a5 commit 2d0d986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

'local' => [
'driver' => 'local',
'root' => storage_path('app'),
'root' => storage_path('app/private'),
'serve' => true,
'throw' => false,
'report' => false,
],
Expand Down

0 comments on commit 2d0d986

Please sign in to comment.