|
@@ -4,10 +4,10 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use Illuminate\Http\JsonResponse; |
|
6
|
6
|
//use Illuminate\Validation\ValidationRuleParser; |
|
7
|
|
-use Proengsoft\JsValidation\Support\RuleListTrait; |
|
8
|
7
|
use Illuminate\Http\Exceptions\HttpResponseException; |
|
9
|
8
|
use Illuminate\Validation\Validator as BaseValidator; |
|
10
|
9
|
use Proengsoft\JsValidation\Support\AccessProtectedTrait; |
|
|
10
|
+use Proengsoft\JsValidation\Support\RuleListTrait; |
|
11
|
11
|
|
|
12
|
12
|
/** |
|
13
|
13
|
* Class RemoteValidator. |
Please login to merge, or discard this patch.