@@ -3,12 +3,12 @@ |
||
| 3 | 3 | namespace ViaWork\LeverPhp; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use GuzzleHttp\HandlerStack; |
|
| 6 | +use GrahamCampbell\GuzzleFactory\GuzzleFactory; |
|
| 7 | 7 | use GuzzleHttp\Client as GuzzleClient; |
| 8 | +use GuzzleHttp\Exception\ClientException; |
|
| 9 | +use GuzzleHttp\HandlerStack; |
|
| 8 | 10 | use Illuminate\Support\LazyCollection; |
| 9 | 11 | use Psr\Http\Message\ResponseInterface; |
| 10 | -use GuzzleHttp\Exception\ClientException; |
|
| 11 | -use GrahamCampbell\GuzzleFactory\GuzzleFactory; |
|
| 12 | 12 | |
| 13 | 13 | class LeverPhp |
| 14 | 14 | { |