mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 18:54:24 +00:00
16 lines
728 B
YAML
16 lines
728 B
YAML
services:
|
|
Chill\TaskBundle\Menu\UserMenuBuilder:
|
|
arguments:
|
|
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
|
$counter: '@Chill\TaskBundle\Templating\UI\CountNotificationTask'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|
|
|
|
Chill\TaskBundle\Menu\PersonMenuBuilder:
|
|
arguments:
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
tags:
|
|
- { name: 'chill.menu_builder' }
|