File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace PHPViet \Laravel \Validation \Rules ;
10
10
11
- use PHPViet \Validation \Validator ;
12
11
use PHPViet \Validation \Rules \IpVN as BaseIpVN ;
12
+ use PHPViet \Validation \Validator ;
13
13
14
14
/**
15
15
* @author Vuong Minh <vuongxuongminh@gmail.com>
Original file line number Diff line number Diff line change 8
8
9
9
namespace PHPViet \Laravel \Validation ;
10
10
11
+ use Illuminate \Support \ServiceProvider as BaseServiceProvider ;
11
12
use PHPViet \Laravel \Validation \Rules \IdVN ;
12
13
use PHPViet \Laravel \Validation \Rules \IpVN ;
13
- use PHPViet \Laravel \Validation \Rules \MobileVN ;
14
14
use PHPViet \Laravel \Validation \Rules \LandLineVN ;
15
- use Illuminate \ Support \ ServiceProvider as BaseServiceProvider ;
15
+ use PHPViet \ Laravel \ Validation \ Rules \ MobileVN ;
16
16
17
17
/**
18
18
* @author Vuong Minh <vuongxuongminh@gmail.com>
Original file line number Diff line number Diff line change 9
9
namespace PHPViet \Laravel \Validation \Tests \Rules ;
10
10
11
11
use Illuminate \Support \Facades \Lang ;
12
- use PHPViet \Laravel \Validation \Tests \TestCase ;
13
12
use PHPViet \Laravel \Validation \Rules \LandLineVN ;
13
+ use PHPViet \Laravel \Validation \Tests \TestCase ;
14
14
15
15
/**
16
16
* @author Vuong Minh <vuongxuongminh@gmail.com>
You can’t perform that action at this time.
0 commit comments