@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | namespace AMF\WebServicesClientBundle\DependencyInjection\Compiler; |
13 | 13 | |
14 | +use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
|
14 | 15 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
15 | 16 | use Symfony\Component\DependencyInjection\DefinitionDecorator; |
16 | -use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
|
17 | 17 | use Symfony\Component\DependencyInjection\Reference; |
18 | 18 | |
19 | 19 | /** |