search suggestions start

This commit is contained in:
merdan 2022-04-17 16:19:32 +05:00
parent 9cf83dd5be
commit 21e8f2d1c9
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class Products extends ProductController
}
return $products->merge($brands);
return $products->merge($brands)->sortBy('name');
}