Completed
Push — master ( 3ded8b...15f21d )
by Vaibhavraj
05:46
created
src/Commands/CreateKeypair.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Vrajroham\LaravelBitpay\Commands;
4 4
 
5
-use Bitpay\SinKey;
6
-use Bitpay\PublicKey;
7
-use Bitpay\PrivateKey;
5
+use Bitpay\Client\Adapter\CurlAdapter;
6
+use Bitpay\Client\BitpayException;
7
+use Bitpay\Client\Client as BitpayClient;
8 8
 use Bitpay\Network\Livenet;
9 9
 use Bitpay\Network\Testnet;
10
+use Bitpay\PrivateKey;
11
+use Bitpay\PublicKey;
12
+use Bitpay\SinKey;
10 13
 use Illuminate\Console\Command;
11
-use Bitpay\Client\BitpayException;
12
-use Bitpay\Client\Adapter\CurlAdapter;
13
-use Bitpay\Client\Client as BitpayClient;
14 14
 use Vrajroham\LaravelBitpay\Traits\CreateKeypairTrait;
15 15
 
16 16
 class CreateKeypair extends Command
Please login to merge, or discard this patch.