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