fix unknown column username

This commit is contained in:
printempw 2016-11-05 21:08:10 +08:00
parent e0a59900a3
commit 821cd025e9

View File

@ -42,6 +42,8 @@ class UserRepository extends Repository
if ($player) {
$identification = $player->uid;
$type = "uid";
} else {
return null;
}
}