qiushang 1 жил өмнө
parent
commit
82a49f3fca

+ 1 - 1
app/Http/Home/HelpController.php

@@ -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)
             ];