test
This commit is contained in:
@@ -40,7 +40,7 @@ return [
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path(env('STORAGE_PATH')),
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
'throw' => false,
|
||||
|
||||
Reference in New Issue
Block a user