main
Ilham Wara Nugroho 2026-02-20 14:31:09 +07:00
parent c59d005be6
commit 614b538ecf
1 changed files with 1 additions and 2 deletions

View File

@ -389,8 +389,7 @@ if (!function_exists('topikById')) {
if (!function_exists('tabelById')) {
function tabelById($id){
$keyId = decode_id($id);
$tabel = TabelData::find($keyId);
$tabel = TabelData::find($id);
return $tabel;
}
}