@@ -39,7 +39,7 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * @param $id |
| 41 | 41 | * @param null|string $backUrl |
| 42 | - * @return bool|\yii\web\Response |
|
| 42 | + * @return Response |
|
| 43 | 43 | */ |
| 44 | 44 | public function actionRemove($id, $backUrl = null) |
| 45 | 45 | { |
@@ -12,11 +12,9 @@ |
||
| 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 | -use yii\helpers\Url; |
|
| 20 | 18 | |
| 21 | 19 | $this->title = $this->blocks['title']; |
| 22 | 20 | $this->params['breadcrumbs'] = $breadcrumbs; |