mirror of
https://github.com/pterodactyl/panel.git
synced 2026-04-30 17:24:19 -05: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