@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use yii\helpers\Html; |
|
3 | 2 | |
4 | 3 | /* @var $this \yii\web\View view component instance */ |
5 | 4 | /* @var $message \yii\mail\MessageInterface the message being composed */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use common\models\User; |
5 | 5 | use yii\base\InvalidParamException; |
6 | 6 | use yii\base\Model; |
7 | -use Yii; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Password reset form |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use yii\base\InvalidConfigException; |
12 | 12 | use yii\helpers\Html; |
13 | 13 | use yii\helpers\Json; |
14 | -use yii\helpers\StringHelper; |
|
15 | 14 | use yii\web\JsExpression; |
16 | 15 | |
17 | 16 | /** |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use yii\helpers\Html; |
9 | 9 | use yii\grid\GridView; |
10 | -use yii\data\ArrayDataProvider; |
|
11 | 10 | |
12 | 11 | $this->title = 'Yii Debugger'; |
13 | 12 | ?> |