Update site config

pull/5239/head
Daniel Supernault 2024-07-23 02:21:33 -06:00
rodzic c13826e44b
commit aa1049e3e0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ use Illuminate\Support\Str;
class Config
{
const CACHE_KEY = 'api:site:configuration:_v0.8';
const CACHE_KEY = 'api:site:configuration:_v0.9';
public static function get()
{
@ -97,6 +97,7 @@ class Config
],
],
'hls' => $hls,
'groups' => (bool) config('groups.enabled'),
],
];
});