Add list of activities in AccompanyingCourse Menu

This commit is contained in:
Jean-Francois Monfort
2021-05-20 17:08:47 +02:00
parent 8fe00b4c2b
commit 2bae684df9
3 changed files with 21 additions and 6 deletions

View File

@@ -12,5 +12,6 @@ services:
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$translator: '@Symfony\Contracts\Translation\TranslatorInterface'
$entityManager: '@Doctrine\ORM\EntityManagerInterface'
tags:
- { name: 'chill.menu_builder' }