fix style

This commit is contained in:
Saeed Vaziry 2024-03-24 00:07:44 +01:00
parent 35e5e16df9
commit 9ef7bf1bc9

View File

@ -40,7 +40,7 @@
'public' => [ 'public' => [
'driver' => 'local', 'driver' => 'local',
'root' => storage_path('app/public'), 'root' => storage_path('app/public'),
'url' => env('APP_URL') . '/storage', 'url' => env('APP_URL').'/storage',
'visibility' => 'public', 'visibility' => 'public',
'throw' => false, 'throw' => false,
], ],