mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 20:16:14 +00:00
17 lines
842 B
YAML
17 lines
842 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'
|
|
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
|
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' }
|