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