Completed
Pull Request — master (#24)
by vistart
06:19
created
gii/baseUserModel/Generator.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\db\ActiveQuery;
17 17
 use yii\db\ActiveRecord;
18 18
 use yii\db\Connection;
19
-use yii\db\Schema;
20 19
 use yii\gii\CodeFile;
21 20
 use yii\helpers\Inflector;
22 21
 use yii\base\NotSupportedException;
Please login to merge, or discard this patch.
traits/GUIDTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace vistart\Models\traits;
14 14
 
15 15
 use vistart\helpers\Number;
16
-use yii\base\ModelEvent;
17 16
 
18 17
 /**
19 18
  * Entity features concerning GUID.
Please login to merge, or discard this patch.