Ken 4 ngày trước cách đây
mục cha
commit
c64484f827
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/Config.php

+ 1 - 1
app/Models/Config.php

@@ -21,7 +21,7 @@ class Config extends BaseModel
      *
      */
 
-    public static function setPc28Switch()
+    public static function setPc28Switch(): void
     {
         $pc28_switch = Cache::get('pc28_switch', 36);
         $pc28_switch = intval($pc28_switch);