@@ -10,8 +10,8 @@ |
||
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) |