mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 23:04:58 +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