breadcrumbs fix with mobile reserved not to delete
This commit is contained in:
parent
44fad0d77a
commit
b8b6d8b8af
|
|
@ -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){
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue