Explorar o código

Update filesystem config, fix DO Spaces root default

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
720b6eb337
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/filesystems.php

+ 1 - 1
config/filesystems.php

@@ -80,7 +80,7 @@ return [
             'options' => [
                 'CacheControl' => 'max-age=31536000'
             ],
-            'root' => env('DO_SPACES_ROOT','/'),
+            'root' => env('DO_SPACES_ROOT',''),
             'throw' => true,
         ],