mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-04 21:19:41 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -22,7 +22,7 @@ class ExecuteCronJobCommand extends Command
|
||||
protected static $defaultDescription = 'Execute the cronjob(s) given as argument, or one cronjob scheduled by system.';
|
||||
|
||||
public function __construct(
|
||||
private readonly CronManagerInterface $cronManager
|
||||
private readonly CronManagerInterface $cronManager,
|
||||
) {
|
||||
parent::__construct('chill:cron-job:execute');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user