@@ -3,28 +3,21 @@ |
||
3 | 3 | |
4 | 4 | use Twig_Environment; |
5 | 5 | use Twig_Loader_Array; |
6 | - |
|
7 | 6 | use Interop\Container\ContainerInterface; |
8 | - |
|
9 | 7 | use Http\Message\StreamFactory; |
10 | 8 | use Http\Message\MessageFactory; |
11 | - |
|
12 | 9 | use Http\Discovery\HttpClientDiscovery; |
13 | 10 | use Http\Discovery\UriFactoryDiscovery; |
14 | 11 | use Http\Discovery\StreamFactoryDiscovery; |
15 | 12 | use Http\Discovery\MessageFactoryDiscovery; |
16 | - |
|
17 | 13 | use Http\Client\HttpClient; |
18 | 14 | use Http\Client\Common\PluginClient; |
19 | 15 | use Http\Client\Common\Plugin\BaseUriPlugin; |
20 | 16 | use Http\Client\Common\Plugin\HistoryPlugin; |
21 | 17 | use Http\Client\Common\Plugin\ContentLengthPlugin; |
22 | - |
|
23 | 18 | use Behapi\Tools\Debug; |
24 | 19 | use Behapi\Tools\HttpHistory; |
25 | - |
|
26 | 20 | use Behapi\ServiceContainer\NotFoundException; |
27 | -use Behapi\ServiceContainer\ServiceNotAvailableException; |
|
28 | 21 | |
29 | 22 | class Container implements ContainerInterface |
30 | 23 | { |