|
|
@@ -134,7 +134,7 @@ class CronCommand extends Command
|
|
|
foreach (explode(',', $jobNames) as $name) {
|
|
|
try {
|
|
|
$jobs[] = $this->cronjobIterator->getByName($name);
|
|
|
- } catch (RuntimeException $e) {
|
|
|
+ } catch (\RuntimeException $e) {
|
|
|
$this->output->writeln($e->getMessage());
|
|
|
$this->listJobs();
|
|
|
|