mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Created user object
This commit is contained in:
		@@ -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());
 | 
			
		||||
		Reference in New Issue
	
	Block a user