Add missing serve option to local filesystem disk

This commit is contained in:
Constantin Graf
2025-02-04 19:51:23 -05:00
parent 6df20ed1e5
commit 55323fa4b4

View File

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