mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-14 21:31:23 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -20,7 +20,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
class ExecuteCronJobCommand extends Command
|
||||
{
|
||||
public function __construct(
|
||||
private CronManagerInterface $cronManager
|
||||
private readonly CronManagerInterface $cronManager
|
||||
) {
|
||||
parent::__construct('chill:cron-job:execute');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user