Exit code 0

This commit is contained in:
James Cole
2023-11-04 19:06:47 +01:00
parent 0f6f4e1a50
commit e51fef3037
5 changed files with 12 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class Cron extends Command
} catch (InvalidArgumentException $e) {
$this->friendlyError(sprintf('"%s" is not a valid date', $this->option('date')));
}
$force = (bool)$this->option('force');
$force = (bool) $this->option('force');
/*
* Fire exchange rates cron job.