@@ -184,7 +184,7 @@ |
||
184 | 184 | /** |
185 | 185 | * Actual run function for all widget classes extending BaseWidget |
186 | 186 | * |
187 | - * @return mixed |
|
187 | + * @return string |
|
188 | 188 | * @throws \yii\base\InvalidConfigException |
189 | 189 | * @throws \yii\db\Exception |
190 | 190 | * @throws \yii\di\NotInstantiableException |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace app\extensions\DefaultTheme\widgets\FilterSets; |
4 | 4 | |
5 | +use Yii; |
|
5 | 6 | use app\extensions\DefaultTheme\components\BaseWidget; |
6 | 7 | use app\models\Property; |
7 | 8 | use app\models\PropertyStaticValues; |
8 | 9 | use app\modules\shop\models\FilterSets; |
9 | 10 | use app\modules\shop\models\Product; |
10 | 11 | use devgroup\TagDependencyHelper\ActiveRecordHelper; |
11 | -use Yii; |
|
12 | 12 | use yii\caching\TagDependency; |
13 | 13 | use yii\helpers\Json; |
14 | 14 | use yii\helpers\Url; |