Ken hai 2 semanas
pai
achega
b087c63298
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Http/Controllers/admin/Config.php

+ 0 - 1
app/Http/Controllers/admin/Config.php

@@ -66,7 +66,6 @@ class Config extends Controller
 
 
         request()->validate($validator);
-        unset($params['field']);
         $ret = ConfigService::submit($params);
         if ($ret['code'] == ConfigService::NOT) {
             return $this->error($ret['code'], $ret['msg']);