Fixed: [cronjob command] force command name

This commit is contained in:
Julien Fastré 2022-12-12 22:49:30 +01:00
parent 0bfb5c617e
commit acfa3d6849
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -22,7 +22,6 @@ class ExecuteCronJobCommand extends Command
private CronManagerInterface $cronManager; private CronManagerInterface $cronManager;
public function __construct( public function __construct(
?string $name,
CronManagerInterface $cronManager CronManagerInterface $cronManager
) { ) {
parent::__construct('chill:cron-job:execute'); parent::__construct('chill:cron-job:execute');