Completed
Push — master ( 8e919b...76847d )
by Andrii
03:06
created
src/base/Application.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,12 +10,9 @@
 block discarded – undo
10 10
 
11 11
 namespace hidev\base;
12 12
 
13
-use Exception;
14 13
 use hidev\helpers\ConfigPlugin;
15 14
 use Yii;
16
-use yii\base\InvalidParamException;
17 15
 use yii\base\ViewContextInterface;
18
-use yii\console\Exception as ConsoleException;
19 16
 use yii\helpers\ArrayHelper;
20 17
 
21 18
 /**
Please login to merge, or discard this patch.