mirror of
https://github.com/v2board/v2board.git
synced 2025-06-17 23:27:48 +08:00
update: banned user remove session
This commit is contained in:
@ -39,7 +39,7 @@ class UserController extends Controller
|
||||
}
|
||||
$authService = new AuthService($user);
|
||||
return response([
|
||||
'data' => $authService->delSession($request->input('session_id'))
|
||||
'data' => $authService->removeSession($request->input('session_id'))
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user