From 71e6e1f14f6b132f9074aac7162d6a76fc239c7b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Apr 2022 06:32:02 -0600 Subject: [PATCH] Update filesystem config --- config/filesystems.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index 5abdee301..592c237cd 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -79,7 +79,6 @@ return [ 'CacheControl' => 'max-age=31536000' ], 'root' => env('DO_SPACES_ROOT','/'), - 'url' => str_replace(env('DO_SPACES_REGION'),env('DO_SPACES_BUCKET').'.'.env('DO_SPACES_REGION'),str_replace("digitaloceanspaces","cdn.digitaloceanspaces",env('DO_SPACES_ENDPOINT'))), ], 'backup' => [