mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented autogeneration of user
This commit is contained in:
		@@ -41,5 +41,6 @@ class User extends BaseUser implements SourceAttributInterface
 | 
			
		||||
        parent::__construct();
 | 
			
		||||
        $this->isActive = true;
 | 
			
		||||
        $this->source = new UserSource();
 | 
			
		||||
        $this->source->setUser($this);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user