@@ -30,7 +30,7 @@ class HelpController extends HttpBaseController
$productInfo = DB::table('product')->select(['id', 'title', 'logo'])->where('product_id', $productId)->first();
$data[] = [
- 'product' = > $productInfo,
+ 'product' => $productInfo,
'category' => $row,
'news' => $this->getNewsList($categoryId)
];