search suggestions start
This commit is contained in:
parent
199556e47c
commit
bf0cdde599
|
|
@ -129,7 +129,7 @@ class Products extends ProductController
|
|||
->limit(10)
|
||||
->get();
|
||||
|
||||
$products = $this->productRepository->getAll()->only('id','name');
|
||||
$products = $this->productRepository->getAll();
|
||||
|
||||
return $products;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue