fixed
This commit is contained in:
parent
878555c3af
commit
160840a214
|
|
@ -55,7 +55,6 @@ class PluginController extends Controller
|
||||||
throw new Exception("无效的插件");
|
throw new Exception("无效的插件");
|
||||||
}
|
}
|
||||||
$fields = $request->all();
|
$fields = $request->all();
|
||||||
dd($fields);
|
|
||||||
SettingRepo::update('plugin', $code, $fields);
|
SettingRepo::update('plugin', $code, $fields);
|
||||||
return json_success("编辑成功");
|
return json_success("编辑成功");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue