Skip to content

Commit b667f71

Browse files
authored
Update file-storage.mdx
1 parent caff52e commit b667f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/laravel/file-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ but doing this will not let your application work locally. A better solution, bu
6161
|--------------------------------------------------------------------------
6262
*/
6363
64-
'public' => env('FILESYSTEM_DISK', 'public_local'),
64+
'public' => env('FILESYSTEM_DISK_PUBLIC', 'public_local'),
6565
6666
...
6767

0 commit comments

Comments
 (0)