Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phpviet/laravel-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongxuongminh committed Jun 25, 2020
2 parents ea7f39a + eb25bda commit ee8eedf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Rules/IpVN.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

namespace PHPViet\Laravel\Validation\Rules;

use PHPViet\Validation\Validator;
use PHPViet\Validation\Rules\IpVN as BaseIpVN;
use PHPViet\Validation\Validator;

/**
* @author Vuong Minh <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

namespace PHPViet\Laravel\Validation;

use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use PHPViet\Laravel\Validation\Rules\IdVN;
use PHPViet\Laravel\Validation\Rules\IpVN;
use PHPViet\Laravel\Validation\Rules\MobileVN;
use PHPViet\Laravel\Validation\Rules\LandLineVN;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use PHPViet\Laravel\Validation\Rules\MobileVN;

/**
* @author Vuong Minh <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Rules/LandLineVNTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
namespace PHPViet\Laravel\Validation\Tests\Rules;

use Illuminate\Support\Facades\Lang;
use PHPViet\Laravel\Validation\Tests\TestCase;
use PHPViet\Laravel\Validation\Rules\LandLineVN;
use PHPViet\Laravel\Validation\Tests\TestCase;

/**
* @author Vuong Minh <[email protected]>
Expand Down

0 comments on commit ee8eedf

Please sign in to comment.