Revert "fix: Autowire and autoconfigure services in chill_main."

This reverts commit d7fbbbf92c.
This commit is contained in:
Pol Dellaiera
2021-11-18 08:34:17 +01:00
parent d7fbbbf92c
commit d1e1f7faa4
23 changed files with 115 additions and 92 deletions

View File

@@ -1,12 +1,14 @@
services:
_defaults:
autowire: true
autoconfigure: true
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'