Removed URL Key. As Not Needed.

This commit is contained in:
devansh bawari 2021-06-24 15:54:14 +05:30
parent 55ffb9908d
commit a38f90ee19
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ return [
'private' => [
'driver' => 'local',
'root' => storage_path('app/private'),
'url' => env('APP_URL') . '/storage',
],
'public' => [