use Menu api for handling menu

This commit is contained in:
2020-03-12 12:14:38 +01:00
parent ba742dd7be
commit ad3ced9683
4 changed files with 74 additions and 10 deletions

View File

@@ -10,3 +10,9 @@ services:
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
tags:
- { name: 'chill.menu_builder' }
Chill\MainBundle\Routing\MenuBuilder\AdminSectionMenuBuilder:
arguments:
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
tags:
- { name: 'chill.menu_builder' }