update
parent
c59d005be6
commit
614b538ecf
|
|
@ -389,8 +389,7 @@ if (!function_exists('topikById')) {
|
||||||
|
|
||||||
if (!function_exists('tabelById')) {
|
if (!function_exists('tabelById')) {
|
||||||
function tabelById($id){
|
function tabelById($id){
|
||||||
$keyId = decode_id($id);
|
$tabel = TabelData::find($id);
|
||||||
$tabel = TabelData::find($keyId);
|
|
||||||
return $tabel;
|
return $tabel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue