Completed
Push — master ( 13f0a9...49d64b )
by Jacob
05:59
created
src/BaseJwtGuard.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 use Illuminate\Http\Request;
10 10
 use Illuminate\Support\Str;
11 11
 use Illuminate\Auth\GuardHelpers;
12
-use Illuminate\Contracts\Auth\UserProvider;
13 12
 use Illuminate\Contracts\Auth\Guard;
14
-use Illuminate\Contracts\Auth\Authenticatable;
15 13
 use Exceptions\InvalidTokenException;
16 14
 
17 15
 abstract class BaseJwtGuard
Please login to merge, or discard this patch.