Completed
Pull Request — master (#5)
by
unknown
13:27
created
src/N2WFacade.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 
11 11
 use Illuminate\Support\Facades\Facade;
12 12
 use InvalidArgumentException;
13
-use PHPViet\NumberToWords\DictionaryInterface;
14 13
 use LogicException;
14
+use PHPViet\NumberToWords\DictionaryInterface;
15 15
 
16 16
 /**
17 17
  * @method static string toWords($number)
Please login to merge, or discard this patch.