belongsTo(Kriteria::class, 'kriteria_id_1'); } public function kriteria2() { return $this->belongsTo(Kriteria::class, 'kriteria_id_2'); } }