belongsTo('App\Revisor', 'revisorId'); } public function trabalho(){ return $this->belongsTo('App\Trabalho', 'trabalhoId'); } }