From acfa3d68490ab22b84db2fabbff33546badd4262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 12 Dec 2022 22:49:30 +0100 Subject: [PATCH] Fixed: [cronjob command] force command name --- src/Bundle/ChillMainBundle/Command/ExecuteCronJobCommand.php | 1 - 1 file changed, 1 deletion(-) 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');