mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
20 lines
874 B
YAML
20 lines
874 B
YAML
services:
|
|
Chill\MainBundle\Routing\MenuBuilder\UserMenuBuilder:
|
|
arguments:
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\MainBundle\Routing\MenuBuilder\SectionMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\MainBundle\Routing\MenuBuilder\AdminSectionMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|