diff --git a/src/Command/ChargeExampleTraceCommand.php b/src/Command/ChargeExampleTraceCommand.php index 414a1a7..9cef2aa 100644 --- a/src/Command/ChargeExampleTraceCommand.php +++ b/src/Command/ChargeExampleTraceCommand.php @@ -44,6 +44,6 @@ class ChargeExampleTraceCommand extends Command $this->entityManager->flush(); - return 1; + return Command::SUCCESS; } }