privacyEvent, add event in timeline

This commit is contained in:
Mat
2018-10-16 12:03:54 +02:00
parent f5baeaa06c
commit 4c8f170025
3 changed files with 28 additions and 3 deletions

View File

@@ -5,3 +5,7 @@ services:
$translator: '@Symfony\Component\Translation\TranslatorInterface'
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
tags: ['controller.service_arguments']
Chill\PersonBundle\Controller\TimelinePersonController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'