Easiest way to cast pivot table in Laravel Eloquent? -


what easiest way cast pivot table in laravel?

class product{    public function sales(){       return $this->belongstomany(sale::class)                   ->withpivot('qty', 'price');    } } 

when return price string, need change int.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -