mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
11 lines
480 B
YAML
11 lines
480 B
YAML
services:
|
|
Chill\PersonBundle\Search\PersonSearchByPhone:
|
|
arguments:
|
|
- '@Chill\PersonBundle\Repository\PersonRepository'
|
|
- '@security.token_storage'
|
|
- '@chill.main.security.authorization.helper'
|
|
- '@chill_main.paginator_factory'
|
|
- '@Symfony\Component\Templating\EngineInterface'
|
|
- '%chill_person.search.search_by_phone%'
|
|
tags:
|
|
- { name: chill.search, alias: 'person_by_phone' } |