Completed
Branch master (67220e)
by Alex
31:45
created
models/BaseSetting.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use yii\db\Expression;
13 13
 use yii\db\ActiveRecord;
14 14
 use yii\helpers\ArrayHelper;
15
-use yii\base\InvalidParamException;
16 15
 use yii\behaviors\TimestampBehavior;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
models/Setting.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace pheme\settings\models;
9 9
 
10
-use Yii;
11 10
 use yii\helpers\Json;
12 11
 use yii\base\DynamicModel;
13 12
 use pheme\settings\Module;
Please login to merge, or discard this patch.