Added new user admin command

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

View File

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