Ken 2 недель назад
Родитель
Сommit
b087c63298
1 измененных файлов с 0 добавлено и 1 удалено
  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']);