소스 검색

Update filesystem config, fix DO Spaces root default

Daniel Supernault 2 년 전
부모
커밋
720b6eb337
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
         ],