belongsTo('App\User', 'revisorId'); } public function area(){ return $this->belongsTo('App\Area', 'areaId'); } }