@@ -18,7 +18,6 @@ |
||
18 | 18 | use yii\console\Controller; |
19 | 19 | use yii\console\Exception; |
20 | 20 | use Yii; |
21 | -use yii\helpers\Console; |
|
22 | 21 | |
23 | 22 | /** |
24 | 23 | * The simple operations associated with User. |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use yii\behaviors\AttributeBehavior; |
23 | 23 | use yii\caching\TagDependency; |
24 | 24 | use yii\db\ActiveRecord; |
25 | -use yii\widgets\ActiveForm; |
|
26 | 25 | |
27 | 26 | /** |
28 | 27 | * Common User Model. |