Laravel withPivot is not returning pivot extra fields

前端 未结 0 1309
日久生厌
日久生厌 2020-12-09 05:40

I have Two models called Product and Store In Store model i have this codes:

public function products()
    {
        return $this->belongsToMany(Product::         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题