@@ -9,8 +9,8 @@ |
||
9 | 9 | |
10 | 10 | namespace Chapi\Component\Http; |
11 | 11 | |
12 | -use Chapi\Exception\HttpConnectionException; |
|
13 | 12 | use Chapi\Entity\Http\AuthEntity; |
13 | +use Chapi\Exception\HttpConnectionException; |
|
14 | 14 | use GuzzleHttp\ClientInterface; |
15 | 15 | |
16 | 16 | class HttpGuzzlClient implements HttpClientInterface |