@@ -8,12 +8,12 @@ |
||
8 | 8 | |
9 | 9 | namespace phpviet\yii\numberToWords; |
10 | 10 | |
11 | +use PHPViet\NumberToWords\Dictionary; |
|
12 | +use PHPViet\NumberToWords\SouthDictionary; |
|
13 | +use PHPViet\NumberToWords\Transformer; |
|
11 | 14 | use Yii; |
12 | 15 | use yii\base\Component; |
13 | 16 | use yii\base\InvalidConfigException; |
14 | -use PHPViet\NumberToWords\Dictionary; |
|
15 | -use PHPViet\NumberToWords\Transformer; |
|
16 | -use PHPViet\NumberToWords\SouthDictionary; |
|
17 | 17 | |
18 | 18 | /** |
19 | 19 | * @method string toWords($number) |