fix: Autowire and autoconfigure services in chill_main.

This commit is contained in:
Pol Dellaiera
2021-11-17 20:31:20 +01:00
parent d830b19756
commit d7fbbbf92c
23 changed files with 92 additions and 115 deletions

View File

@@ -1,4 +1,8 @@
services:
_defaults:
autowire: true
autoconfigure: true
Chill\MainBundle\Notification\Mailer:
arguments:
$logger: '@Psr\Log\LoggerInterface'
@@ -8,7 +12,3 @@ services:
$router: '@Symfony\Component\Routing\RouterInterface'
$translator: '@Symfony\Component\Translation\TranslatorInterface'
$routeParameters: '%chill_main.notifications%'
Chill\MainBundle\Notification\NotificationRenderer:
autoconfigure: true
autowire: true