belongsTo(Dokument::class, 'hangar_id', 'hangar_id'); } public function person() { return $this->belongsTo(Person::class, 'intressent_id', 'intressent_id'); } }