From 9ef7bf1bc94b92d773daed012139237fa5a69446 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sun, 24 Mar 2024 00:07:44 +0100 Subject: [PATCH] fix style --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 5ba1fb5..8a22cd7 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -40,7 +40,7 @@ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), - 'url' => env('APP_URL') . '/storage', + 'url' => env('APP_URL').'/storage', 'visibility' => 'public', 'throw' => false, ],