We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ecc4d commit a389be7Copy full SHA for a389be7
proxy/src/main/kotlin/org/anvilpowered/catalyst/proxy/db/user/Users.kt
@@ -39,5 +39,5 @@ internal class DBUser(id: EntityID<UUID>) : UUIDEntity(id), User {
39
override var discordUserId: Long? by Users.discordUserId
40
override var minecraftUser: DBMinecraftUser? by DBMinecraftUser optionalReferencedOn Users.minecraftUserId
41
42
- companion object : UUIDEntityClass<DBUser>(Users)
+ companion object : UUIDEntityClass<DBUser>(Users, DBUser::class.java, ::DBUser)
43
}
0 commit comments