main
Ilham Wara Nugroho 2026-03-03 11:00:31 +07:00
parent e91138d653
commit e6b8568fdc
1 changed files with 1 additions and 1 deletions

View File

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