Completed
Push — master ( d1e5c6...f9a81d )
by Sercan
02:34
created
src/TokenGuard.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Mayoz\Token;
4 4
 
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Auth\GuardHelpers;
7 6
 use Illuminate\Contracts\Auth\Guard;
8 7
 use Illuminate\Contracts\Auth\UserProvider;
8
+use Illuminate\Http\Request;
9 9
 
10 10
 class TokenGuard implements Guard
11 11
 {
Please login to merge, or discard this patch.
src/TokenServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Mayoz\Token;
4 4
 
5 5
 use Illuminate\Support\Facades\Auth;
6
-use Illuminate\Support\Facades\Request;
7 6
 use Illuminate\Support\ServiceProvider;
8 7
 
9 8
 class TokenServiceProvider extends ServiceProvider
Please login to merge, or discard this patch.