mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update: remove get subscribe id
This commit is contained in:
parent
56c726b173
commit
99f3004d6b
@ -104,7 +104,6 @@ class UserController extends Controller
|
||||
{
|
||||
$user = User::where('id', $request->session()->get('id'))
|
||||
->select([
|
||||
'id',
|
||||
'plan_id',
|
||||
'token',
|
||||
'expired_at',
|
||||
|
Loading…
Reference in New Issue
Block a user