Completed
Push — master ( f1d3f1...8040d3 )
by Klochok
06:50
created
src/controllers/SettingsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hiqdev\thememanager\models\Settings;
15 15
 use hiqdev\thememanager\Module;
16 16
 use hiqdev\thememanager\storage\SettingsStorageInterface;
17
-use hiqdev\thememanager\ThemeManager;
18 17
 use Yii;
19 18
 use yii\web\Response;
20 19
 
Please login to merge, or discard this patch.
src/ThemeManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use yii\base\InvalidConfigException;
17 17
 use yii\web\AssetBundle;
18 18
 use yii\web\Controller;
19
-use yii\web\Request;
20 19
 
21 20
 /**
22 21
  * Theme Manager. Provides:.
Please login to merge, or discard this patch.