Completed
Push — graphql-auth ( 67a3fb...eab2f1 )
by
unknown
03:31
created
server/app/Http/Controllers/HomeController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use App\Models\User;
13 13
 use App\Models\Article;
14
-use Illuminate\Contracts\Events\Dispatcher;
15 14
 use Illuminate\Contracts\View\View;
16 15
 use Illuminate\Contracts\Auth\Guard;
17 16
 use Tymon\JWTAuth\Providers\JWT\JWTInterface;
Please login to merge, or discard this patch.
server/app/GraphQL/Mutations/AuthorisationMutation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Illuminate\Contracts\Auth\Guard;
19 19
 use Illuminate\Encryption\Encrypter;
20 20
 use Illuminate\Support\Facades\Hash;
21
-use Tymon\JWTAuth\JWTAuth;
22 21
 
23 22
 class AuthorisationMutation extends AbstractMutation
24 23
 {
Please login to merge, or discard this patch.