use correct translatorInterface instead of deprecated one

This commit is contained in:
2022-02-18 15:51:52 +01:00
parent 0b4d79fd5e
commit 4f9acf3174
17 changed files with 21 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ services:
$mailer: '@swiftmailer.mailer.default'
# $mailerTransporter: '@swiftmailer.transport'
$router: '@Symfony\Component\Routing\RouterInterface'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface;'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'
$routeParameters: '%chill_main.notifications%'
Chill\MainBundle\Notification\NotificationHandlerManager: