Skip to content
Snippets Groups Projects
Commit 78eb3461 authored by Shizuco's avatar Shizuco
Browse files

feat: search of products by name and sku

parent 22dd89f5
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class Product extends Resource ...@@ -35,7 +35,7 @@ class Product extends Resource
* @var array * @var array
*/ */
public static $search = [ public static $search = [
'id', 'name', 'sku'
]; ];
public function getAllRetailers() public function getAllRetailers()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment