mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FEATURE] getAllUsers fix
This commit is contained in:
parent
3201d2fc4f
commit
144b15701b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
import java.util.Arrays;
|
||||
import java.util.UUID;
|
||||
|
||||
@Entity
|
||||
@Entity(name = "User")
|
||||
@Table(name = "users")
|
||||
public class UserHibernateImpl implements User {
|
||||
@Id
|
||||
|
|
Loading…
Reference in a new issue