laravel with multiple model relation on pivot

前端 未结 0 339
鱼传尺愫
鱼传尺愫 2020-12-08 07:11

I have a State, County, salesTeam, and user models.

SalesTeam.php

public function state(){
        return $this->belongsTo(State::class);
    }
publ         


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