promotions and products

This commit is contained in:
merdan 2021-11-09 23:08:16 +05:00
parent a3139edfd2
commit a315ff01a9
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ class Category extends JsonResource
// 'code' => $this->code,
'name' => $this->name,
'slug' => $this->slug,
// 'display_mode' => $this->display_mode,
'display_mode' => $this->display_mode,
// 'description' => $this->description,
'status' => $this->status,
// 'status' => $this->status,
'image_url' => $this->image_url,
'category_icon_path' => $this->category_icon_path
? Storage::url($this->category_icon_path)