@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace LeadThread\Bitly; |
4 | 4 | |
5 | +use GuzzleHttp\Client; |
|
5 | 6 | use LeadThread\Bitly\Exceptions\BitlyAuthException; |
6 | 7 | use LeadThread\Bitly\Exceptions\BitlyErrorException; |
7 | 8 | use LeadThread\Bitly\Exceptions\BitlyRateLimitException; |
8 | -use GuzzleHttp\Client; |
|
9 | 9 | |
10 | 10 | class Bitly |
11 | 11 | { |