I'm trying to
public function show(Product $product)
{
return ProductDetailResource::collection($product);
}
Call to undefined method App\ Model ::mapInto(), exception: BadMethodCallException file vendor\laravel\framework\src\Illuminate\Support\Traits\ForwardsCalls.php
then google and cant find any results