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