@@ -6,8 +6,6 @@ discard block |
||
6 | 6 | |
7 | 7 | use Interop\Container\Definition\DefinitionInterface; |
8 | 8 | use Interop\Container\ServiceProvider; |
9 | -use Puli\Discovery\Api\Discovery; |
|
10 | -use Puli\Discovery\Binding\ClassBinding; |
|
11 | 9 | use TheCodingMachine\ServiceProvider\Registry; |
12 | 10 | use TheCodingMachine\Yaco\Compiler; |
13 | 11 | use TheCodingMachine\Yaco\CompilerException; |
@@ -15,7 +13,6 @@ discard block |
||
15 | 13 | use TheCodingMachine\Yaco\Definition\DumpableInterface; |
16 | 14 | use TheCodingMachine\Yaco\Definition\FactoryCallDefinition; |
17 | 15 | use TheCodingMachine\Yaco\Definition\Reference; |
18 | -use TheCodingMachine\Yaco\DefinitionConverter; |
|
19 | 16 | use TheCodingMachine\Yaco\DefinitionConverterInterface; |
20 | 17 | |
21 | 18 | class ServiceProviderLoader |