Add missing serve option to local filesystem disk

This commit is contained in:
Constantin Graf
2025-02-04 19:51:23 -05:00
committed by Constantin Graf
parent eb19199bc6
commit f14bd6413a

View File

@@ -39,6 +39,7 @@ return [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
'serve' => true,
'throw' => true,
],