소스 검색

Update site config

Daniel Supernault 1 년 전
부모
커밋
aa1049e3e0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/Util/Site/Config.php

+ 2 - 1
app/Util/Site/Config.php

@@ -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'),
                 ],
             ];
         });