mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
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