adding budget to person menu

This commit is contained in:
2022-02-23 14:52:37 +01:00
parent 35aa05fb97
commit 1fdc994c0a
3 changed files with 11 additions and 21 deletions

View File

@@ -1,7 +1,5 @@
services:
Chill\BudgetBundle\Menu\UserMenuBuilder:
arguments:
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'
Chill\BudgetBundle\Menu\PersonMenuBuilder:
autowire: true
tags:
- { name: 'chill.menu_builder' }