belongsTo('App\User'); } public function funcao(){ return $this->belongsTo('App\FuncaoParticipantes', 'funcao_participante_id'); } }