product detail

This commit is contained in:
merdan 2023-04-11 13:45:11 +05:00
parent cbe3ad483e
commit 7fd5cb9682
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class Products extends ProductController
}]);
}])->find($id);
// return $product;
return $product;
return ProductDetail::make($product);