laravel-rest-api icon indicating copy to clipboard operation
laravel-rest-api copied to clipboard

Laravel Triple pivot

Open hamza-younas94 opened this issue 5 years ago • 0 comments

HI,

when i am using withPivot its not returning 3rd table data

 return $this->belongsToMany(
            'App\Cars',
            'project_cars'
        )->withPivot('brand_id');

hamza-younas94 avatar Sep 14 '19 12:09 hamza-younas94