mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
11 lines
393 B
YAML
11 lines
393 B
YAML
services:
|
|
Chill\MainBundle\Routing\MenuBuilder\UserMenuBuilder:
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\MainBundle\Routing\MenuBuilder\SectionMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|