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