mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-08 15:54:59 +00:00
insert entries in person menu dynamically, according to acl
This commit is contained in:
7
Resources/config/services/menu.yml
Normal file
7
Resources/config/services/menu.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
Chill\ActivityBundle\Menu\PersonMenuBuilder:
|
||||
arguments:
|
||||
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
tags:
|
||||
- { name: 'chill.menu_builder' }
|
Reference in New Issue
Block a user