移除 冗余实参

This commit is contained in:
iVampireSP.com 2023-02-07 17:01:59 +08:00
parent 5aa804ccd0
commit df49ba7d72
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -204,7 +204,7 @@ public function allows_destroy(Module $module, ModuleAllow $allow): RedirectResp
public function fast_login(Module $module): View|RedirectResponse public function fast_login(Module $module): View|RedirectResponse
{ {
$resp = $module->baseRequest('post', 'fast-login', []); $resp = $module->baseRequest('post', 'fast-login');
if ($resp['success']) { if ($resp['success']) {
$resp = $resp['json']; $resp = $resp['json'];