Completed
Pull Request — master (#251)
by
unknown
14:36
created
src/Remote/Validator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.