mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: add get active session api
This commit is contained in:
		| @@ -14,7 +14,7 @@ class AuthService | ||||
| { | ||||
|     private $user; | ||||
|  | ||||
|     public function __construct($user) | ||||
|     public function __construct(User $user) | ||||
|     { | ||||
|         $this->user = $user; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user