mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented more tests for user
This commit is contained in:
@@ -54,6 +54,7 @@ class User extends BaseUser implements UserInterface
|
||||
parent::__construct();
|
||||
$this->isActive = true;
|
||||
$this->source = new UserSource();
|
||||
$this->source->setUser($this);
|
||||
//LawModificator::grantAllRights($this->source->getNode()->getLaw(), $this->source->getNode());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user