Implemented autogeneration of user

This commit is contained in:
Kevin Frantz 2018-09-13 14:42:39 +02:00
parent 00965aab5c
commit 5f011f632b

View File

@ -41,5 +41,6 @@ class User extends BaseUser implements SourceAttributInterface
parent::__construct();
$this->isActive = true;
$this->source = new UserSource();
$this->source->setUser($this);
}
}