From 819ec6a25d9ba910444954c9a2178ba4c4c86c1b Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Thu, 20 Feb 2025 09:26:15 +0100 Subject: [PATCH] Added new user admin command --- src/Command/LoadDefaultUserGroupsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/LoadDefaultUserGroupsCommand.php b/src/Command/LoadDefaultUserGroupsCommand.php index 51bc6fe..0c5ab0d 100644 --- a/src/Command/LoadDefaultUserGroupsCommand.php +++ b/src/Command/LoadDefaultUserGroupsCommand.php @@ -54,6 +54,6 @@ class LoadDefaultUserGroupsCommand extends Command $this->entityManager->flush(); - return 1; + return Command::SUCCESS; } } \ No newline at end of file