@@ -133,7 +133,7 @@ |
||
133 | 133 | } |
134 | 134 | |
135 | 135 | /** |
136 | - * @param string|array $class |
|
136 | + * @param string $class |
|
137 | 137 | * @return array |
138 | 138 | */ |
139 | 139 | protected function parseFormRequestName($class) |
@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Proengsoft\JsValidation\Remote; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
5 | +use Illuminate\Http\Exceptions\HttpResponseException; |
|
6 | 6 | use Illuminate\Http\JsonResponse; |
7 | +use Illuminate\Support\Arr; |
|
7 | 8 | use Illuminate\Validation\ValidationException; |
8 | 9 | use Illuminate\Validation\ValidationRuleParser; |
9 | -use Proengsoft\JsValidation\Support\RuleListTrait; |
|
10 | -use Illuminate\Http\Exceptions\HttpResponseException; |
|
11 | 10 | use Illuminate\Validation\Validator as BaseValidator; |
12 | 11 | use Proengsoft\JsValidation\Support\AccessProtectedTrait; |
12 | +use Proengsoft\JsValidation\Support\RuleListTrait; |
|
13 | 13 | |
14 | 14 | class Validator |
15 | 15 | { |