Example #1
0
 public function getbuytogether($id)
 {
     $a = Product::Buy_Together($id);
     return Response::json($a);
 }