|
...
|
...
|
@@ -68,9 +68,6 @@ class NavController extends BaseController |
|
|
|
unset($detailsList[$k]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$matchingDetail = array_filter($detailsList, function ($detail) use ($id) {
|
|
|
|
return $detail['id'] == $id;
|
|
|
|
});
|
|
|
|
if (!empty($matchingDetail)) {
|
|
|
|
$items = reset($matchingDetail);
|
|
|
|
}
|
...
|
...
|
|