mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 04:26:13 +00:00
20 lines
737 B
YAML
20 lines
737 B
YAML
services:
|
|
Chill\PersonBundle\Menu\:
|
|
resource: './../../Menu'
|
|
autowire: true
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
# Chill\PersonBundle\Menu\SectionMenuBuilder:
|
|
# arguments:
|
|
# $authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
# $translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
# tags:
|
|
# - { name: 'chill.menu_builder' }
|
|
#
|
|
Chill\PersonBundle\Menu\PersonMenuBuilder:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|