1
0
Fork 0

Update filesystem config, fix DO Spaces root default

This commit is contained in:
Daniel Supernault 2022-12-02 02:03:06 -07:00
parent 733b9fd000
commit 720b6eb337
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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