From 916aefac97110140c5b3ce4063a9cca205192b99 Mon Sep 17 00:00:00 2001 From: DenTray Date: Fri, 23 Aug 2024 18:54:25 +0600 Subject: [PATCH] Apply suggestions from code review --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 44d834c..5a95125 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -39,7 +39,7 @@ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), - 'url' => env('APP_URL').'/storage', + 'url' => env('APP_URL') . '/storage', 'visibility' => 'public', 'throw' => false, ],