Define "with_property" for ProductFilters
This commit is contained in:
parent
db0f8f75e0
commit
11aec2d63c
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ use Illuminate\Database\Eloquent\Builder;
|
|||
*/
|
||||
class ProductFilters extends QueryFilters
|
||||
{
|
||||
protected $with_property = 'product_key';
|
||||
|
||||
/**
|
||||
* Filter based on search text.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue