Completed
Push — master ( b0850a...068e7f )
by Sébastien
09:04
created
src/Client.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 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;
8
+use GuzzleHttp\Promise;
9
+use GuzzleHttp\Psr7\Response;
10 10
 
11
-use Illuminate\Support\Collection;
12 11
 use Illuminate\Contracts\Logging\Log;
12
+use Illuminate\Support\Collection;
13 13
 
14 14
 class Client
15 15
 {
Please login to merge, or discard this patch.