Completed
Push — master ( 8979df...36ed87 )
by Sercan
01:20
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.