services: Chill\MainBundle\Controller\: autowire: true resource: '../../../Controller' tags: ['controller.service_arguments'] Chill\MainBundle\Controller\PasswordController: autowire: true arguments: $chillLogger: '@monolog.logger.chill' tags: ['controller.service_arguments'] Chill\MainBundle\Controller\SearchController: arguments: $searchProvider: '@chill_main.search_provider' $translator: '@Symfony\Component\Translation\TranslatorInterface' $paginatorFactory: '@Chill\MainBundle\Pagination\PaginatorFactory' tags: ['controller.service_arguments']