去除筛选页分类限制
This commit is contained in:
parent
5d4f0c99df
commit
e00ad4f241
|
|
@ -94,7 +94,6 @@ class CategoryRepo
|
||||||
->where('parent_id', 0)
|
->where('parent_id', 0)
|
||||||
->where('active', true)
|
->where('active', true)
|
||||||
->orderBy('position')
|
->orderBy('position')
|
||||||
->limit(6)
|
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
$categoryList = CategoryDetail::collection($topCategories);
|
$categoryList = CategoryDetail::collection($topCategories);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue