Update filesystem config, fix DO Spaces root default

pull/3878/head
Daniel Supernault 2022-12-02 02:03:06 -07:00
rodzic 733b9fd000
commit 720b6eb337
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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