Completed
Push — develop ( bf27fe...57e50b )
by Sean
10:39
created
src/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Illuminate\Http\Request;
15 15
 use Illuminate\Support\Str;
16
-use Illuminate\Support\Arr;
17 16
 use Tymon\JWTAuth\Support\Utils;
18 17
 use Tymon\JWTAuth\Claims\Factory as ClaimFactory;
19 18
 use Illuminate\Support\Collection;
Please login to merge, or discard this patch.
src/Providers/LumenServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Tymon\JWTAuth\JWTAuth;
15 15
 use Tymon\JWTAuth\Manager;
16 16
 use Tymon\JWTAuth\Factory;
17
-use Tymon\JWTAuth\JWTGuard;
18 17
 use Tymon\JWTAuth\Blacklist;
19 18
 use Tymon\JWTAuth\Http\Parser;
20 19
 use Tymon\JWTAuth\Http\AuthHeaders;
Please login to merge, or discard this patch.