Ken 2 주 전
부모
커밋
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']);