mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
cs fix
This commit is contained in:
@@ -19,7 +19,7 @@ interface SessionRepositoryInterface extends RepositoryInterface
|
||||
*
|
||||
* @param int $user
|
||||
* @param string $session
|
||||
* @return null|int
|
||||
* @return int|null
|
||||
*/
|
||||
public function deleteUserSession(int $user, string $session);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user