mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
7 lines
389 B
YAML
7 lines
389 B
YAML
services:
|
|
Chill\ThirdPartyBundle\Controller\ThirdPartyController:
|
|
arguments:
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$paginatorFactory: '@Chill\MainBundle\Pagination\PaginatorFactory'
|
|
tags: ['controller.service_arguments'] |