mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Move CenterResolverInterface auto-configuring to bundledefinition
It seems that the service encountered in bundle loaded before does not works.
This commit is contained in:
@@ -8,12 +8,6 @@ services:
|
||||
arguments:
|
||||
- !tagged_iterator chill_main.center_resolver
|
||||
|
||||
# do not autowire the directory Security/Resolver
|
||||
_instanceof:
|
||||
Chill\MainBundle\Security\Resolver\CenterResolverInterface:
|
||||
tags:
|
||||
- chill_main.center_resolver
|
||||
|
||||
# do not autowire the directory Security/Resolver
|
||||
Chill\MainBundle\Security\Resolver\DefaultCenterResolver:
|
||||
autoconfigure: true
|
||||
|
Reference in New Issue
Block a user