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 11 use yii\console\Controller;
12 12 use Yii;
13 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 14 use yii\helpers\ArrayHelper;
23 15 use yii\web\NotFoundHttpException;
  16 +use common\modules\product\models\Product;
  17 +use common\modules\product\models\ProductVariant;
24 18  
25 19  
26 20 class FeedController extends Controller
... ...