search suggestions start

This commit is contained in:
merdan 2022-04-17 15:28:38 +05:00
parent 77716bc71d
commit b313871bbf
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class Products extends ProductController
->get();
if($products->count()){
$products->flatMap(fn ($value) => $value['type'] = 'product');
$products->map(fn ($item,$key) => $item['type'] = 'product');
}
// return $products->merge($brands);