search suggestions start

This commit is contained in:
merdan 2022-04-16 15:39:53 +05:00
parent 199556e47c
commit bf0cdde599
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class Products extends ProductController
->limit(10)
->get();
$products = $this->productRepository->getAll()->only('id','name');
$products = $this->productRepository->getAll();
return $products;