Changed commands output to SUCCESS
testing/ogcore-api/pipeline/head This commit looks good Details

pull/21/head
Manuel Aranda Rosales 2025-03-03 09:25:09 +01:00
parent 90c84e4a9f
commit b04932cea2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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