listByPerson, display only events for current circle

This commit is contained in:
2019-01-17 14:33:31 +01:00
parent d07cbb15da
commit 42c9a24472
2 changed files with 18 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ services:
Chill\EventBundle\Controller\EventController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
tags: ['controller.service_arguments']