diff --git a/config/filesystems.php b/config/filesystems.php index dbdde0975..718144a04 100755 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -51,7 +51,6 @@ return [ 'private' => [ 'driver' => 'local', 'root' => storage_path('app/private'), - 'url' => env('APP_URL') . '/storage', ], 'public' => [