diff --git a/config/filesystems.php b/config/filesystems.php index f7eb7f67..e1c4c953 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -51,7 +51,6 @@ return [ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), - 'url' => url('storage'), 'visibility' => 'public', ],