@@ -7,12 +7,8 @@ |
||
7 | 7 | use Http\Client\Exception\TransferException; |
8 | 8 | use Http\Client\HttpClient; |
9 | 9 | use Http\Client\Plugin\ErrorPlugin; |
10 | -use Http\Client\Plugin\LoggerPlugin; |
|
11 | 10 | use Http\Client\Plugin\PluginClient; |
12 | -use Http\Discovery\HttpClientDiscovery; |
|
13 | -use Http\Discovery\MessageFactoryDiscovery; |
|
14 | 11 | use Http\Message\MessageFactory; |
15 | -use Psr\Log\LoggerInterface; |
|
16 | 12 | |
17 | 13 | class RequestManager |
18 | 14 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Happyr\TranslationBundle\Service; |
4 | 4 | |
5 | -use Happyr\TranslationBundle\Exception\HappyrTranslationException; |
|
6 | 5 | use Happyr\TranslationBundle\Exception\HttpException; |
7 | 6 | use Happyr\TranslationBundle\Http\RequestManager; |
8 | 7 | use Happyr\TranslationBundle\Model\Message; |