belongsTo('App\Trabalho', 'trabalhoId'); } public function participante() { return $this->belongsTo('App\Participante', 'participanteId'); } }