@@ -7,9 +7,9 @@ |
||
7 | 7 | |
8 | 8 | namespace PHPViet\Validation\Rules; |
9 | 9 | |
10 | -use IPLib\Factory as IpFactory; |
|
11 | -use IPLib\Address\Type as IpType; |
|
12 | 10 | use IPLib\Address\AddressInterface as IpInterface; |
11 | +use IPLib\Address\Type as IpType; |
|
12 | +use IPLib\Factory as IpFactory; |
|
13 | 13 | use Respect\Validation\Rules\AbstractRule; |
14 | 14 | |
15 | 15 | /** |