remove lishniy productstan
This commit is contained in:
parent
03abf16011
commit
06bbf04504
|
|
@ -77,9 +77,7 @@ class FilterOptions extends \Webkul\RestApi\Http\Controllers\V1\Shop\ResourceCon
|
|||
return $query->where('attribute_options.attribute_id',$request->get('attribute_id'));
|
||||
});
|
||||
|
||||
$query->applyScope();
|
||||
|
||||
Log::info($query->model->toSql());
|
||||
Log::info($query->toSql());
|
||||
|
||||
if($key = $request->get('search')){
|
||||
$query->where('admin_name','LIKE', '%'.$key.'%');
|
||||
|
|
|
|||
Loading…
Reference in New Issue