From e6b8568fdc200d6fe4006c2a822a6c2370d69cbd Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Tue, 3 Mar 2026 11:00:31 +0700 Subject: [PATCH] update --- app/Models/Dataset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Dataset.php b/app/Models/Dataset.php index 8d04ce5..443c69f 100644 --- a/app/Models/Dataset.php +++ b/app/Models/Dataset.php @@ -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'); } }