breadcrumbs fix with mobile reserved not to delete
This commit is contained in:
parent
6a4b0ead15
commit
11ebecf44d
|
|
@ -93,6 +93,8 @@ class PublicController extends Controller
|
|||
|
||||
$sub_cats_events = $sub_cats_events->unionAll($events_query);
|
||||
}
|
||||
|
||||
$category->children->push($sub_cat);
|
||||
$data['events'] = $sub_cats_events->get();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue