main
Ilham Wara Nugroho 2026-03-03 10:59:52 +07:00
parent 45498d3339
commit e91138d653
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ class Dataset extends Model
} }
function tabelData() { function tabelData() {
return $this->belongsTo('App\Models\Master\TabelData','ms_tabel_data_id'); return $this->belongsTo('App\Models\Master\TabelData','template_id');
} }
} }