From 47f4aeac82d96c5f2691c5fce8f586e4e35f6664 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Dec 2016 12:08:33 +0200 Subject: [PATCH] remarketing --- console/controllers/FeedController.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/console/controllers/FeedController.php b/console/controllers/FeedController.php index 9fef735..e4b7168 100644 --- a/console/controllers/FeedController.php +++ b/console/controllers/FeedController.php @@ -47,9 +47,7 @@ class FeedController extends Controller // print $this->count++ . "\n"; // $content[] = [$url]; // } - foreach ($product as $item) { - print $item->product_id."\r\n"; - } + print $product->product_id."\r\n"; } public function actionProcess() { -- libgit2 0.21.4