belongsTo(datakriteria::class, 'id_kriteria'); } public function normalization() { return $this->hasOne(normalisasik::class, 'kode_normalisasi'); } }