Commit 64701daaa61cf030b14e899adfd021958003f1a1

Authored by Alex Savenko
1 parent bf06fefc

remarketing

Showing 1 changed file with 2 additions and 8 deletions   Show diff stats
console/controllers/FeedController.php
@@ -11,16 +11,10 @@ namespace console\controllers; @@ -11,16 +11,10 @@ namespace console\controllers;
11 use yii\console\Controller; 11 use yii\console\Controller;
12 use Yii; 12 use Yii;
13 use yii\helpers\Url; 13 use yii\helpers\Url;
14 -use common\modules\product\models\Product;  
15 -use common\modules\product\models\ProductVariant;  
16 -  
17 -use common\modules\product\models\Category;  
18 -use frontend\models\ProductFrontendSearch;  
19 -use common\models\Page;  
20 -use yii\filters\VerbFilter;  
21 -  
22 use yii\helpers\ArrayHelper; 14 use yii\helpers\ArrayHelper;
23 use yii\web\NotFoundHttpException; 15 use yii\web\NotFoundHttpException;
  16 +use common\modules\product\models\Product;
  17 +use common\modules\product\models\ProductVariant;
24 18
25 19
26 class FeedController extends Controller 20 class FeedController extends Controller