From 65d551002e02023b9966567ddf682197d152d4c6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Jan 2017 10:16:05 -0600 Subject: [PATCH] remove url --- config/filesystems.php | 1 - 1 file changed, 1 deletion(-) 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 @@ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), - 'url' => url('storage'), 'visibility' => 'public', ],