sources api
This commit is contained in:
parent
40fe48d1a3
commit
e8cc285fa2
|
|
@ -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
|
||||
];
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue