laravel-rest-api
laravel-rest-api copied to clipboard
Laravel Triple pivot
HI,
when i am using withPivot its not returning 3rd table data
return $this->belongsToMany(
'App\Cars',
'project_cars'
)->withPivot('brand_id');