Created user object

This commit is contained in:
Pierre
2018-04-15 12:35:00 +02:00
parent b313d7a55c
commit 06bd098d2f
2 changed files with 88 additions and 2 deletions

View File

@ -5,7 +5,7 @@
* @author Pierre HUBERT
*/
class User{
class UserComponent {
/**
* @var String $userTable The name of the user table
@ -388,4 +388,4 @@ class User{
}
//Register class
Components::register("user", new User());
Components::register("user", new UserComponent());