categor fields for api changed

This commit is contained in:
merdan 2021-11-02 16:28:02 +05:00
parent 0486bf91d4
commit 1c5dc4dd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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,