Completed
Pull Request — develop (#349)
by
unknown
05:01
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/Auth.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use Illuminate\Contracts\Auth\Authenticatable;
4 4
 use Illuminate\Contracts\Auth\Guard;
5
-use Illuminate\Http\Request;
6 5
 use Koodzo\Models\Db\User;
7 6
 use Tymon\JWTAuth\JWTAuth;
8 7
 
Please login to merge, or discard this patch.