translation, layout, and menu

This commit is contained in:
2018-06-07 21:54:37 +02:00
parent fcc74c993d
commit 686473be39
10 changed files with 173 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
services:
Chill\DocStoreBundle\Menu\MenuBuilder:
arguments:
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$translator: '@Symfony\Component\Translation\TranslatorInterface'
tags:
- { name: 'chill.menu_builder' }