search refactor3

This commit is contained in:
merdan 2023-08-15 14:53:58 +05:00
parent 724ef42e97
commit 6aabdc04bc
1 changed files with 2 additions and 1 deletions

View File

@ -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,
];
}
/**