This commit is contained in:
Edward Yang 2022-06-30 18:26:33 +08:00
parent 878555c3af
commit 160840a214
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class PluginController extends Controller
throw new Exception("无效的插件");
}
$fields = $request->all();
dd($fields);
SettingRepo::update('plugin', $code, $fields);
return json_success("编辑成功");
}