mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
7 lines
321 B
YAML
7 lines
321 B
YAML
services:
|
|
Chill\ActivityBundle\Controller\ActivityController:
|
|
arguments:
|
|
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
tags: ['controller.service_arguments']
|