sources api

This commit is contained in:
merdan 2022-09-29 19:18:29 +05:00
parent 40fe48d1a3
commit e8cc285fa2
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ class ProductFlat extends Model implements ProductFlatContract
'id' => $this->id,
'name' => $this->name,
'meta_keywords' => $this->meta_keywords,
'status' => $this->status,
'visible_individually'=> $this->visible_individually
];
}
/**