search refactor3
This commit is contained in:
parent
724ef42e97
commit
6aabdc04bc
|
|
@ -66,7 +66,8 @@ class ProductFlat extends Model implements ProductFlatContract
|
|||
'meta_keywords' => $this->meta_keywords,
|
||||
'status' => $this->status,
|
||||
'visible_individually'=> $this->visible_individually,
|
||||
'product_id' => $this->product_id
|
||||
'product_id' => $this->product_id,
|
||||
'created_at' => $this->created_at,
|
||||
];
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue