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