mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Pass strings for deletion of user sessions, closes #906
This commit is contained in:
@@ -17,9 +17,9 @@ interface SessionRepositoryInterface extends RepositoryInterface
|
||||
/**
|
||||
* Delete a session for a given user.
|
||||
*
|
||||
* @param int $user
|
||||
* @param int $session
|
||||
* @param int $user
|
||||
* @param string $session
|
||||
* @return null|int
|
||||
*/
|
||||
public function deleteUserSession(int $user, int $session);
|
||||
public function deleteUserSession(int $user, string $session);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user