belongsTo(User::class,'user_id','id'); } public function team() { return $this->belongsTo(Team::class,'team_id','id'); } }