@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use kartik\select2\Select2; |
|
3 | 2 | |
4 | 3 | /** |
5 | 4 | * @var $this yii\web\View |
@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use kartik\select2\Select2; |
|
3 | 2 | |
4 | 3 | /** |
5 | 4 | * @var $this yii\web\View |
@@ -1,5 +1,4 @@ |
||
1 | 1 | <?php |
2 | -use kartik\select2\Select2; |
|
3 | 2 | |
4 | 3 | /** |
5 | 4 | * @var $this yii\web\View |
@@ -2,6 +2,7 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace app\modules\user\controllers; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\components\AuthClientHelper; |
6 | 7 | use app\modules\user\actions\AuthAction; |
7 | 8 | use app\modules\user\models\LoginForm; |
@@ -10,7 +11,6 @@ discard block |
||
10 | 11 | use app\modules\user\models\ResetPasswordForm; |
11 | 12 | use app\modules\user\models\User; |
12 | 13 | use app\modules\user\models\UserService; |
13 | -use Yii; |
|
14 | 14 | use yii\base\ErrorException; |
15 | 15 | use yii\base\InvalidParamException; |
16 | 16 | use yii\caching\TagDependency; |
@@ -11,8 +11,6 @@ |
||
11 | 11 | * @var $this \app\properties\handlers\Handler |
12 | 12 | * @var $values array |
13 | 13 | */ |
14 | -use vova07\imperavi\Widget as ImperaviWidget; |
|
15 | -use yii\helpers\Url; |
|
16 | 14 | |
17 | 15 | ?> |
18 | 16 | <?=$form->field($model, $property_key.'[0]')->widget( |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace app\properties\url; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\models\Property; |
6 | 7 | use app\models\PropertyStaticValues; |
7 | 8 | use devgroup\TagDependencyHelper\ActiveRecordHelper; |
8 | -use Yii; |
|
9 | 9 | use yii\caching\TagDependency; |
10 | 10 | use yii\helpers\ArrayHelper; |
11 | 11 |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace app\backend\models; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\models\ErrorLog; |
6 | 7 | use app\models\ErrorUrl; |
7 | -use Yii; |
|
8 | 8 | use yii\base\Model; |
9 | 9 | use yii\data\ActiveDataProvider; |
10 | 10 | use yii\db\Query; |
@@ -6,13 +6,12 @@ |
||
6 | 6 | * @var app\modules\seo\models\Redirect $searchModel |
7 | 7 | */ |
8 | 8 | |
9 | -use kartik\helpers\Html; |
|
9 | +use app\backend\components\Helper; |
|
10 | +use devgroup\JsTreeWidget\ContextMenuHelper; |
|
11 | +use devgroup\JsTreeWidget\TreeWidget; |
|
10 | 12 | use kartik\dynagrid\DynaGrid; |
11 | 13 | use kartik\icons\Icon; |
12 | 14 | use yii\helpers\Url; |
13 | -use devgroup\JsTreeWidget\TreeWidget; |
|
14 | -use devgroup\JsTreeWidget\ContextMenuHelper; |
|
15 | -use app\backend\components\Helper; |
|
16 | 15 | |
17 | 16 | $this->title = Yii::t('app', 'Backend menu items'); |
18 | 17 | if (is_object($model)) { |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | use app\backend\components\ActionColumn; |
3 | -use kartik\helpers\Html; |
|
4 | 3 | use kartik\dynagrid\DynaGrid; |
5 | 4 | use kartik\icons\Icon; |
6 | 5 | use yii\helpers\Url; |