Browse Source

remove url

Taylor Otwell 7 years ago
parent
commit
65d551002e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/filesystems.php

+ 0 - 1
config/filesystems.php

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