update
parent
c59d005be6
commit
614b538ecf
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue