Completed
Branch master (1ccbf0)
by Nate
10:46
created
src/Jwt.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,15 +9,15 @@
 block discarded – undo
9 9
 namespace flipbox\craft\jwt;
10 10
 
11 11
 use Craft;
12
-use craft\base\Plugin;
13
-use craft\web\twig\variables\CraftVariable;
14
-use flipbox\craft\jwt\models\Settings as SettingsModel;
15 12
 use Lcobucci\JWT\Builder;
16 13
 use Lcobucci\JWT\Claim\Factory as ClaimFactory;
17 14
 use Lcobucci\JWT\Parser;
18 15
 use Lcobucci\JWT\Parsing\Decoder;
19 16
 use Lcobucci\JWT\Parsing\Encoder;
20 17
 use Lcobucci\JWT\ValidationData;
18
+use craft\base\Plugin;
19
+use craft\web\twig\variables\CraftVariable;
20
+use flipbox\craft\jwt\models\Settings as SettingsModel;
21 21
 use yii\base\Event;
22 22
 use yii\log\Logger;
23 23
 
Please login to merge, or discard this patch.