Added new user admin command
parent
aedffb5596
commit
819ec6a25d
|
@ -54,6 +54,6 @@ class LoadDefaultUserGroupsCommand extends Command
|
||||||
|
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
return 1;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue