Completed
Push — master ( 617624...ed356c )
by Basil
03:30
created
core/web/UrlManager.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 luya\web;
4 4
 
5 5
 use Yii;
6
-
7 6
 use yii\web\BadRequestHttpException;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
core/console/commands/ImportController.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 luya\console\commands;
4 4
 
5 5
 use Yii;
6
-
7 6
 use luya\admin\models\Config;
8 7
 use luya\console\Command;
9 8
 use luya\console\interfaces\ImportControllerInterface;
Please login to merge, or discard this patch.