@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Proengsoft\JsValidation\Remote; |
4 | 4 | |
5 | -use Illuminate\Http\JsonResponse; |
|
6 | -use Proengsoft\JsValidation\Support\RuleListTrait; |
|
7 | 5 | use Illuminate\Http\Exception\HttpResponseException; |
6 | +use Illuminate\Http\JsonResponse; |
|
8 | 7 | use Illuminate\Validation\Validator as BaseValidator; |
9 | 8 | use Proengsoft\JsValidation\Support\AccessProtectedTrait; |
9 | +use Proengsoft\JsValidation\Support\RuleListTrait; |
|
10 | 10 | |
11 | 11 | /** |
12 | 12 | * Class RemoteValidator. |