mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 00:25:18 +00:00
Transformed user class as components class
This commit is contained in:
@ -242,4 +242,7 @@ class User{
|
||||
return crypt(sha1($userPassword), sha1($userPassword));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//Register class
|
||||
Components::register("user", new User());
|
Reference in New Issue
Block a user