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