Remove limit from sliders

This commit is contained in:
Shohrat 2023-09-12 17:41:34 +05:00
parent 759caa2e3d
commit 2dfdaf2313
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ class Products extends ProductController
->orWhereNull('expired_at');
})
->orderBy('sort_order', 'ASC')
->limit(3)
->get();