categor fields for api changed
This commit is contained in:
parent
0486bf91d4
commit
1c5dc4dd9d
|
|
@ -19,7 +19,7 @@ class Category extends JsonResource
|
|||
'id' => $this->id,
|
||||
// 'code' => $this->code,
|
||||
'name' => $this->name,
|
||||
'slug' => $this->slug,
|
||||
// 'slug' => $this->slug,
|
||||
// 'display_mode' => $this->display_mode,
|
||||
// 'description' => $this->description,
|
||||
// 'status' => $this->status,
|
||||
|
|
|
|||
Loading…
Reference in New Issue