Completed
Push — master ( 0bff19...1b573a )
by Basil
02:06
created
core/console/commands/ThemeController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use luya\theme\ThemeConfig;
8 8
 use Yii;
9 9
 use yii\helpers\Console;
10
-use yii\helpers\Inflector;
11 10
 
12 11
 /**
13 12
  * Command to create a new LUYA theme.
Please login to merge, or discard this patch.
core/web/Bootstrap.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace luya\web;
4 4
 
5
-use Yii;
6
-use yii\base\InvalidConfigException;
7 5
 use yii\helpers\ArrayHelper;
8 6
 use luya\base\AdminModuleInterface;
9 7
 use luya\TagParser;
Please login to merge, or discard this patch.
core/base/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace luya\base;
4 4
 
5
-use luya\theme\Theme;
6 5
 use Yii;
7 6
 use yii\base\InvalidConfigException;
8 7
 use luya\console\interfaces\ImportControllerInterface;
Please login to merge, or discard this patch.