@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use yii\helpers\Html; |
|
| 4 | - |
|
| 5 | 3 | /** @var \yii\web\View $this view component instance */ |
| 6 | 4 | /** @var \yii\mail\MessageInterface $message the message being composed */ |
| 7 | 5 | /** @var string $content main view render result */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace zacksleo\yii2\backend\models; |
| 4 | 4 | |
| 5 | -use yii; |
|
| 6 | 5 | use yii\base\NotSupportedException; |
| 7 | 6 | use yii\db\ActiveRecord; |
| 8 | 7 | use yii\web\IdentityInterface; |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | use yii\helpers\Html; |
| 3 | 3 | use yii\helpers\Url; |
| 4 | -use zacksleo\yii2\backend\widgets\Alert; |
|
| 5 | 4 | use yii\widgets\Breadcrumbs; |
| 6 | 5 | use zacksleo\yii2\backend\assets\AdminLteAsset; |
| 7 | 6 | |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace zacksleo\yii2\backend\tests\models; |
| 10 | 10 | |
| 11 | 11 | use yii\base\InvalidParamException; |
| 12 | -use yii\helpers\ArrayHelper; |
|
| 13 | 12 | |
| 14 | 13 | class User extends \mdm\admin\models\User |
| 15 | 14 | { |
@@ -1,6 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use yii\helpers\Html; |
|
| 4 | 3 | use yii\helpers\Url; |
| 5 | 4 | |
| 6 | 5 | $model = $this->params['model']; |