mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
autowire and configure MenuBuilder
This commit is contained in:
@@ -9,9 +9,8 @@ services:
|
|||||||
- { name: "chill.menu_builder" }
|
- { name: "chill.menu_builder" }
|
||||||
|
|
||||||
Chill\TaskBundle\Menu\MenuBuilder:
|
Chill\TaskBundle\Menu\MenuBuilder:
|
||||||
arguments:
|
autowire: true
|
||||||
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
autoconfigure: true
|
||||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
||||||
tags:
|
tags:
|
||||||
- { name: "chill.menu_builder" }
|
- { name: "chill.menu_builder" }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user