product detail
This commit is contained in:
parent
cbe3ad483e
commit
7fd5cb9682
|
|
@ -74,7 +74,7 @@ class Products extends ProductController
|
|||
}]);
|
||||
}])->find($id);
|
||||
|
||||
// return $product;
|
||||
return $product;
|
||||
|
||||
return ProductDetail::make($product);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue