mirror of
https://github.com/v2board/v2board.git
synced 2025-01-31 10:39:15 +08:00
update
This commit is contained in:
parent
7d4fd24a92
commit
ae3b9b7c30
@ -33,6 +33,7 @@ class UserController extends Controller
|
|||||||
if (!$user->save()) {
|
if (!$user->save()) {
|
||||||
abort(500, '保存失败');
|
abort(500, '保存失败');
|
||||||
}
|
}
|
||||||
|
$request->session()->flush();
|
||||||
return response([
|
return response([
|
||||||
'data' => true
|
'data' => true
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user