Completed
Push — master ( 197c56...9cfa74 )
by Sébastien
10:24
created
src/Client.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Sebdesign\ArtisanCloudflare;
4 4
 
5
-use GuzzleHttp\Promise;
6
-use GuzzleHttp\Psr7\Response;
7 5
 use GuzzleHttp\ClientInterface;
8 6
 use GuzzleHttp\Exception\ClientException;
9 7
 use GuzzleHttp\Exception\RequestException;
10
-use Illuminate\Support\Collection;
8
+use GuzzleHttp\Promise;
9
+use GuzzleHttp\Psr7\Response;
11 10
 use Illuminate\Contracts\Logging\Log;
11
+use Illuminate\Support\Collection;
12 12
 
13 13
 class Client
14 14
 {
Please login to merge, or discard this patch.