mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 04:26:13 +00:00
18 lines
474 B
YAML
18 lines
474 B
YAML
services:
|
|
Chill\PersonBundle\Search\PersonSearch:
|
|
autowire: true
|
|
tags:
|
|
- { name: chill.search, alias: 'person_regular' }
|
|
|
|
Chill\PersonBundle\Search\SimilarPersonMatcher:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Search\SearchPersonApiProvider:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\PersonBundle\Search\SearchHouseholdApiProvider:
|
|
autowire: true
|
|
autoconfigure: true
|