diff --git a/src/Bundle/ChillMainBundle/Command/ExecuteCronJobCommand.php b/src/Bundle/ChillMainBundle/Command/ExecuteCronJobCommand.php index 9dca2996a..0e81177dc 100644 --- a/src/Bundle/ChillMainBundle/Command/ExecuteCronJobCommand.php +++ b/src/Bundle/ChillMainBundle/Command/ExecuteCronJobCommand.php @@ -22,7 +22,6 @@ class ExecuteCronJobCommand extends Command private CronManagerInterface $cronManager; public function __construct( - ?string $name, CronManagerInterface $cronManager ) { parent::__construct('chill:cron-job:execute');