diff --git a/src/bundle/Command/CronRunCommand.php b/src/bundle/Command/CronRunCommand.php index 71f2c8b..d44ce0d 100644 --- a/src/bundle/Command/CronRunCommand.php +++ b/src/bundle/Command/CronRunCommand.php @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $this->logReportsOutput($reports); } - return 0; + return Command::SUCCESS; } private function logReportsOutput(CronReport $reports): void