Commit e761449773faf8c8b4b9b84bb4115f11f51dc2a6

Authored by Alex Savenko
1 parent f60cd4c0

remarketing

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
console/controllers/FeedController.php
... ... @@ -9,9 +9,6 @@
9 9 namespace console\controllers;
10 10  
11 11 use Yii;
12   -use common\models\Page;
13   -use common\models\PageSearch;
14   -use yii\helpers\ArrayHelper;
15 12 use yii\helpers\Url;
16 13 use yii\console\Controller;
17 14 use yii\web\NotFoundHttpException;
... ...