fix(activeuser): reset structure bdd
Some checks reported warnings
Cadoles/nineskeletor/pipeline/head This commit is unstable
Some checks reported warnings
Cadoles/nineskeletor/pipeline/head This commit is unstable
This commit is contained in:
@ -98,6 +98,7 @@ class InitCommand extends Command
|
||||
$user->setApikey(Uuid::uuid4());
|
||||
$user->setAvatar('admin.jpg');
|
||||
$user->setIsVisible(true);
|
||||
$user->setIsActive(true);
|
||||
$user->setNiveau01($niveau01);
|
||||
|
||||
$this->em->persist($user);
|
||||
|
Reference in New Issue
Block a user