update
parent
e91138d653
commit
e6b8568fdc
|
|
@ -22,6 +22,6 @@ class Dataset extends Model
|
||||||
}
|
}
|
||||||
|
|
||||||
function tabelData() {
|
function tabelData() {
|
||||||
return $this->belongsTo('App\Models\Master\TabelData','template_id');
|
return $this->belongsTo('App\Models\Master\TabelData','ms_tabel_data_id');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue