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 +9,11 @@ | ||
| 9 | namespace console\controllers; | 9 | namespace console\controllers; |
| 10 | 10 | ||
| 11 | use common\modules\product\models\Product; | 11 | use common\modules\product\models\Product; |
| 12 | +use frontend\models\ProductFrontendSearch; | ||
| 12 | use Yii; | 13 | use Yii; |
| 13 | -use yii\helpers\Url; | ||
| 14 | use yii\console\Controller; | 14 | use yii\console\Controller; |
| 15 | +use yii\helpers\Url; | ||
| 16 | +use yii\web\NotFoundHttpException; | ||
| 15 | 17 | ||
| 16 | 18 | ||
| 17 | class FeedController extends Controller | 19 | class FeedController extends Controller |