Completed
Push — master ( 5bf188...109316 )
by Vuong
11:49 queued 08:37
created
src/N2WFacade.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace PHPViet\Laravel\NumberToWords;
10 10
 
11
-use InvalidArgumentException;
12 11
 use Illuminate\Support\Facades\Facade;
12
+use InvalidArgumentException;
13 13
 use PHPViet\NumberToWords\DictionaryInterface;
14 14
 
15 15
 /**
Please login to merge, or discard this patch.