@@ -9,7 +9,6 @@ |
||
9 | 9 | use kartik\icons\Icon; |
10 | 10 | use kartik\select2\Select2; |
11 | 11 | use kartik\widgets\ActiveForm; |
12 | -use vova07\imperavi\Widget as ImperaviWidget; |
|
13 | 12 | use yii\helpers\Json; |
14 | 13 | use yii\helpers\Url; |
15 | 14 | use yii\web\JsExpression; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | * @var \yii\web\View $this |
7 | 7 | */ |
8 | 8 | |
9 | -use app\modules\shop\models\Product; |
|
10 | 9 | use kartik\helpers\Html; |
11 | 10 | |
12 | 11 | ?> |
@@ -4,8 +4,6 @@ |
||
4 | 4 | */ |
5 | 5 | use \app\modules\shop\models\OrderTransaction; |
6 | 6 | use \yii\helpers\Html; |
7 | -use kartik\icons\Icon; |
|
8 | -use yii\helpers\Url; |
|
9 | 7 | |
10 | 8 | $paymentType = $transaction->paymentType; |
11 | 9 | ?> |
@@ -12,9 +12,8 @@ |
||
12 | 12 | * @var $values_by_property_id integer |
13 | 13 | */ |
14 | 14 | |
15 | -use app\modules\image\models\Image; |
|
16 | -use app\modules\shop\models\Product; |
|
17 | 15 | use app\modules\image\widgets\ObjectImageWidget; |
16 | +use app\modules\shop\models\Product; |
|
18 | 17 | use kartik\helpers\Html; |
19 | 18 | use yii\helpers\Url; |
20 | 19 |
@@ -2,15 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace app\modules\user\controllers; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\backend\components\BackendController; |
6 | 7 | use app\backend\models\AuthItemForm; |
7 | 8 | use yii\data\ArrayDataProvider; |
8 | 9 | use yii\filters\AccessControl; |
9 | 10 | use yii\filters\VerbFilter; |
10 | 11 | use yii\helpers\ArrayHelper; |
11 | -use yii\rbac\Item; |
|
12 | 12 | use yii\helpers\Url; |
13 | -use Yii; |
|
13 | +use yii\rbac\Item; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * BackendUserController implements the CRUD actions for User model. |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | -use yii\helpers\Html; |
|
3 | 2 | use app\properties\HasProperties; |
3 | +use yii\helpers\Html; |
|
4 | 4 | ?> |
5 | 5 | <div id="properties-widget-<?=$widget_id?>"> |
6 | 6 | <?php |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | +use app\models\Property; |
|
3 | 4 | use kartik\helpers\Html; |
4 | 5 | use yii\helpers\Url; |
5 | -use app\models\Property; |
|
6 | 6 | /** |
7 | 7 | * @var int $category_group_id |
8 | 8 | * @var array $possible_selections |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | +use app\models\Property; |
|
3 | 4 | use kartik\helpers\Html; |
4 | 5 | use yii\helpers\Url; |
5 | -use app\models\Property; |
|
6 | 6 | /** |
7 | 7 | * @var int $category_group_id |
8 | 8 | * @var array $possible_selections |
@@ -4,10 +4,9 @@ |
||
4 | 4 | namespace app\modules\image\actions; |
5 | 5 | |
6 | 6 | |
7 | +use Yii; |
|
7 | 8 | use app\modules\image\models\Image; |
8 | - |
|
9 | 9 | use creocoder\flysystem\Filesystem; |
10 | -use Yii; |
|
11 | 10 | use yii\base\Action; |
12 | 11 | use yii\base\Exception; |
13 | 12 | use yii\web\NotAcceptableHttpException; |