breadcrumbs fix with mobile reserved not to delete

This commit is contained in:
merdan 2020-04-02 13:17:35 +05:00
parent 6a4b0ead15
commit 11ebecf44d
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}