fix unknown column username
This commit is contained in:
parent
e0a59900a3
commit
821cd025e9
|
|
@ -42,6 +42,8 @@ class UserRepository extends Repository
|
|||
if ($player) {
|
||||
$identification = $player->uid;
|
||||
$type = "uid";
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user