Passed
Push — 2.0 ( d495c9...3d053b )
by Kirill
03:10
created
server/app/GraphQL/Mutations/AuthMutation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 use GraphQL\Type\Definition\Type;
16 16
 use GraphQL\Type\Definition\ObjectType;
17 17
 use App\GraphQL\Serializers\UserSerializer;
18
-use Illuminate\Contracts\Auth\Authenticatable;
19
-use Illuminate\Contracts\Validation\Validator;
20 18
 use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
21 19
 
22 20
 /**
Please login to merge, or discard this patch.