Completed
Branch master (5bf188)
by Vuong
12:22
created
src/Facades/N2W.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace PHPViet\Laravel\NumberToWords\Facades;
10 10
 
11
-use InvalidArgumentException;
12
-use PHPViet\NumberToWords\Transformer;
13 11
 use Illuminate\Support\Facades\Facade;
12
+use InvalidArgumentException;
14 13
 use PHPViet\NumberToWords\DictionaryInterface;
14
+use PHPViet\NumberToWords\Transformer;
15 15
 
16 16
 /**
17 17
  * @method static string toWords($number)
Please login to merge, or discard this patch.