移除 冗余实参
This commit is contained in:
parent
5aa804ccd0
commit
df49ba7d72
@ -204,7 +204,7 @@ public function allows_destroy(Module $module, ModuleAllow $allow): RedirectResp
|
||||
|
||||
public function fast_login(Module $module): View|RedirectResponse
|
||||
{
|
||||
$resp = $module->baseRequest('post', 'fast-login', []);
|
||||
$resp = $module->baseRequest('post', 'fast-login');
|
||||
|
||||
if ($resp['success']) {
|
||||
$resp = $resp['json'];
|
||||
|
Loading…
Reference in New Issue
Block a user