Ken пре 4 дана
родитељ
комит
c64484f827
1 измењених фајлова са 1 додато и 1 уклоњено
  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);