Remove limit from sliders
This commit is contained in:
parent
759caa2e3d
commit
2dfdaf2313
|
|
@ -93,7 +93,6 @@ class Products extends ProductController
|
|||
->orWhereNull('expired_at');
|
||||
})
|
||||
->orderBy('sort_order', 'ASC')
|
||||
->limit(3)
|
||||
->get();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue