Completed
Push — master ( b2dfa9...1d823f )
by Anton
11:00
created
src/Remote/Validator.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.