@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | use yii\helpers\Html; |
3 | -use yii\helpers\ArrayHelper; |
|
4 | 3 | use yii\grid\CheckboxColumn; |
5 | 4 | use yii\grid\GridView; |
6 | 5 | use kartik\date\DatePicker; |
@@ -21,6 +21,7 @@ |
||
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @param User $user |
24 | + * @param string $email |
|
24 | 25 | */ |
25 | 26 | public function __construct($user, $email) |
26 | 27 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Intervention\Image\ImageManagerStatic as Image; |
4 | -use yii\helpers\ArrayHelper; |
|
5 | 4 | use app\models\File; |
6 | 5 | use app\helpers\Generator; |
7 | 6 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\admin\controllers\common; |
4 | 4 | |
5 | -use Yii; |
|
6 | 5 | use yii\base\Action; |
7 | 6 | use app\traits\ModelTrait; |
8 | 7 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\admin\controllers\common; |
4 | 4 | |
5 | -use Yii; |
|
6 | 5 | use yii\base\Action; |
7 | 6 | use app\traits\ModelTrait; |
8 | 7 |