replace deprecated TranslatorInterface by new one

This commit is contained in:
2022-02-17 17:20:47 +01:00
parent aebb21935b
commit 5ff47050ff
67 changed files with 72 additions and 539 deletions

View File

@@ -1,7 +1,7 @@
services:
Chill\ThirdPartyBundle\Menu\MenuBuilder:
arguments:
$translator: '@Symfony\Component\Translation\TranslatorInterface'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface;'
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
tags:
- { name: 'chill.menu_builder' }