diff --git a/README.md b/README.md index 1539804..6fdb775 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ docker exec ogcore-php php bin/console doctrine:migrations:migrate --no-interact ```sh docker exec ogcore-php php bin/console doctrine:fixtures:load --no-interaction docker exec ogcore-php php bin/console app:load-default-user-groups #cargamos los grupos por defecto +docker exec ogcore-php php bin/console app:load-default commands #cargamos los commands por defecto + ``` ## UX Api Platform diff --git a/src/Command/LoadDefaultCommandsCommand.php b/src/Command/LoadDefaultCommandsCommand.php index 2c9a92e..8069f4e 100644 --- a/src/Command/LoadDefaultCommandsCommand.php +++ b/src/Command/LoadDefaultCommandsCommand.php @@ -89,7 +89,6 @@ class LoadDefaultCommandsCommand extends Command $this->entityManager->flush(); return 1; - } } \ No newline at end of file