privacyEvent, add event to activity list and show actions

This commit is contained in:
Mat
2018-10-16 10:02:26 +02:00
parent 4163f7a6fb
commit 13333ed54a
3 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
services:
Chill\ActivityBundle\Controller\ActivityController:
arguments:
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
tags: ['controller.service_arguments']