Completed
Push — master ( 87a075...2a291a )
by Albert
37:13 queued 33:30
created
src/Remote/Validator.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.