Completed
Push — master ( 8fb922...a0b3ce )
by Nate
11:24 queued 08:25
created
src/services/Route.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,10 @@
 block discarded – undo
9 9
 namespace flipbox\craft\jwt\services;
10 10
 
11 11
 use Craft;
12
-use craft\elements\User;
12
+use Lcobucci\JWT\Token;
13 13
 use flipbox\craft\jwt\Jwt;
14 14
 use flipbox\craft\jwt\helpers\TokenHelper;
15 15
 use flipbox\craft\jwt\helpers\UserHelper;
16
-use Lcobucci\JWT\Token;
17 16
 use yii\base\Component;
18 17
 use yii\web\IdentityInterface;
19 18
 
Please login to merge, or discard this patch.