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

+ 0 - 1
app/Models/Config.php

@@ -23,7 +23,6 @@ class Config extends BaseModel
 
     public static function setPc28Switch()
     {
-
         $pc28_switch = Cache::get('pc28_switch', 36);
         $pc28_switch = intval($pc28_switch);
         $val = static::where('field', 'pc28_switch')->first()->val;