Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 24, 2024
1 parent ca11075 commit e93d1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Resources/Api/V1/Admin/Settings/ChannelResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public function toArray($request)
'root_category' => $this->when($this->root_category_id, new CategoryResource($this->root_category)),
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
'locales' => LocaleResource::collection($this->locales),
'currencies' => CurrencyResource::collection($this->currencies),
];
}
}

0 comments on commit e93d1b3

Please sign in to comment.