@@ -7,9 +7,9 @@ |
||
7 | 7 | */ |
8 | 8 | namespace BureauVa\WordpressGuzzle; |
9 | 9 | |
10 | -use GuzzleHttp\Promise\Promise; |
|
11 | 10 | use GuzzleHttp\Client; |
12 | 11 | use GuzzleHttp\Exception\RequestException; |
12 | +use GuzzleHttp\Promise\Promise; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Class Pool. |