From 30d39c53267324f59af31106a1215c136c60792d Mon Sep 17 00:00:00 2001 From: James Collins Date: Fri, 29 Sep 2023 12:16:25 +1000 Subject: [PATCH] cleanup --- config/filesystems.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 115a39f..c3b8430 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -57,7 +57,6 @@ return [ 'private' => [ 'driver' => 'local', 'root' => storage_path('app/private'), - // 'url' => env('APP_URL') . '/file', 'url' => env('APP_URL_API') . '/media/{id}/download', 'visibility' => 'private', 'throw' => false,