Feature: bootstrap dependency injection for CronJobManager

This commit is contained in:
2022-12-12 21:15:58 +01:00
parent 1ebdcd1530
commit b789250b8d
3 changed files with 21 additions and 0 deletions

View File

@@ -61,3 +61,9 @@ services:
autowire: true
tags:
- { name: console.command }
Chill\MainBundle\Command\ExecuteCronJobCommand:
autoconfigure: true
autowire: true
tags:
- {name: console.command }