@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Sebdesign\ArtisanCloudflare; |
4 | 4 | |
5 | -use GuzzleHttp\Promise; |
|
6 | -use GuzzleHttp\Psr7\Response; |
|
7 | 5 | use GuzzleHttp\ClientInterface; |
8 | -use Illuminate\Support\Collection; |
|
9 | -use Illuminate\Contracts\Logging\Log; |
|
10 | 6 | use GuzzleHttp\Exception\ClientException; |
11 | 7 | use GuzzleHttp\Exception\RequestException; |
8 | +use GuzzleHttp\Promise; |
|
9 | +use GuzzleHttp\Psr7\Response; |
|
10 | +use Illuminate\Contracts\Logging\Log; |
|
11 | +use Illuminate\Support\Collection; |
|
12 | 12 | |
13 | 13 | class Client |
14 | 14 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Sebdesign\ArtisanCloudflare; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | 5 | use GuzzleHttp\Client as GuzzleClient; |
6 | +use Illuminate\Support\Collection; |
|
7 | 7 | use Illuminate\Support\ServiceProvider as IlluminateServiceProvider; |
8 | 8 | |
9 | 9 | class ServiceProvider extends IlluminateServiceProvider |