services: Chill\ThirdPartyBundle\Search\ThirdPartySearch: arguments: $em: '@Doctrine\ORM\EntityManagerInterface' $tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface' $authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper' $paginatorFactory: '@Chill\MainBundle\Pagination\PaginatorFactory' tags: - { name: 'chill.search', alias: '3party' }