Completed
Push — master ( 41116d...43e4d4 )
by
unknown
13:57
created
src/Validation/ValidatesRequests.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace RealPage\JsonApi\Validation;
4 4
 
5 5
 use Illuminate\Contracts\Validation\Factory;
6
+use Neomerx\JsonApi\Document\Error;
6 7
 use Neomerx\JsonApi\Exceptions\ErrorCollection;
7 8
 use RealPage\JsonApi\Requests\Request;
8
-use Neomerx\JsonApi\Document\Error;
9 9
 
10 10
 trait ValidatesRequests
11 11
 {
Please login to merge, or discard this patch.