mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: remove get subscribe id
This commit is contained in:
		| @@ -104,7 +104,6 @@ class UserController extends Controller | |||||||
|     { |     { | ||||||
|         $user = User::where('id', $request->session()->get('id')) |         $user = User::where('id', $request->session()->get('id')) | ||||||
|             ->select([ |             ->select([ | ||||||
|                 'id', |  | ||||||
|                 'plan_id', |                 'plan_id', | ||||||
|                 'token', |                 'token', | ||||||
|                 'expired_at', |                 'expired_at', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user