@@ -8,11 +8,11 @@ |
||
8 | 8 | |
9 | 9 | namespace PHPViet\Validation\Rules; |
10 | 10 | |
11 | -use IPLib\Factory as IpFactory; |
|
12 | -use IPLib\Address\Type as IpType; |
|
13 | -use Respect\Validation\Rules\AbstractRule; |
|
14 | 11 | use IPLib\Address\AddressInterface as IpInterface; |
12 | +use IPLib\Address\Type as IpType; |
|
13 | +use IPLib\Factory as IpFactory; |
|
15 | 14 | use Respect\Validation\Exceptions\ComponentException; |
15 | +use Respect\Validation\Rules\AbstractRule; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * @author Vuong Minh <[email protected]> |