Completed
Pull Request — devel (#18)
by
unknown
38:28
created
src/services/mySql/JtiService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use sweelix\oauth2\server\interfaces\JtiServiceInterface;
21 21
 use yii\db\Exception as DatabaseException;
22 22
 use Yii;
23
-use Exception;
24 23
 use yii\db\Expression;
25 24
 use yii\db\Query;
26 25
 
Please login to merge, or discard this patch.
src/services/mySql/JwtService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use sweelix\oauth2\server\interfaces\JwtServiceInterface;
21 21
 use yii\db\Exception as DatabaseException;
22 22
 use Yii;
23
-use Exception;
24 23
 use yii\db\Expression;
25 24
 use yii\db\Query;
26 25
 
Please login to merge, or discard this patch.