Commit fd068f149e913e2992c3f6f40daa511d3928899d
1 parent
6eb483ff
remarketing
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
console/controllers/FeedController.php
... | ... | @@ -9,9 +9,11 @@ |
9 | 9 | namespace console\controllers; |
10 | 10 | |
11 | 11 | use common\modules\product\models\Product; |
12 | +use frontend\models\ProductFrontendSearch; | |
12 | 13 | use Yii; |
13 | -use yii\helpers\Url; | |
14 | 14 | use yii\console\Controller; |
15 | +use yii\helpers\Url; | |
16 | +use yii\web\NotFoundHttpException; | |
15 | 17 | |
16 | 18 | |
17 | 19 | class FeedController extends Controller | ... | ... |