Added new user admin command

pull/21/head
Manuel Aranda Rosales 2025-02-20 09:26:15 +01:00
parent aedffb5596
commit 819ec6a25d
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ class LoadDefaultUserGroupsCommand extends Command
$this->entityManager->flush();
return 1;
return Command::SUCCESS;
}
}