breadcrumbs fix with mobile reserved not to delete

This commit is contained in:
merdan 2020-04-02 13:00:52 +05:00
parent 44fad0d77a
commit b8b6d8b8af
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class PublicController extends Controller
if($category->children->count()){
$sub_cats_events = [];
$sub_cats_events = Event::query();
foreach ($category->children as $sub_cat){