Completed
Pull Request — master (#224)
by
unknown
02:26
created
src/Remote/Validator.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Proengsoft\JsValidation\Remote;
4 4
 
5
+use Illuminate\Http\Exceptions\HttpResponseException;
5 6
 use Illuminate\Http\JsonResponse;
6 7
 use Illuminate\Validation\ValidationRuleParser;
7
-use Proengsoft\JsValidation\Support\RuleListTrait;
8
-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.