mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-27 04:26:13 +00:00
15 lines
391 B
YAML
15 lines
391 B
YAML
services:
|
|
chill_main.search_provider:
|
|
class: Chill\MainBundle\Search\SearchProvider
|
|
|
|
Chill\MainBundle\Search\SearchProvider: '@chill_main.search_provider'
|
|
|
|
Chill\MainBundle\Search\SearchApi:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\MainBundle\Search\Entity\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: '../../Search/Entity'
|