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

@@ -8,21 +8,28 @@ services:
Chill\MainBundle\Repository\:
resource: '../Repository/'
autowire: true
autoconfigure: true
Chill\MainBundle\Repository\UserACLAwareRepositoryInterface: '@Chill\MainBundle\Repository\UserACLAwareRepository'
Chill\MainBundle\Serializer\Normalizer\:
resource: '../Serializer/Normalizer'
autoconfigure: true
autowire: true
tags:
- { name: 'serializer.normalizer', priority: 64 }
Chill\MainBundle\Form\Type\:
resource: '../Form/Type'
autoconfigure: true
autowire: true
tags:
- { name: form.type }
Chill\MainBundle\Doctrine\Event\:
resource: '../Doctrine/Event/'
autowire: true
tags:
- { name: 'doctrine.event_subscriber' }