diff --git a/app/openapi/controller/v1/ProductCategory.php b/app/openapi/controller/v1/ProductCategory.php index 183d7d1e..64865322 100644 --- a/app/openapi/controller/v1/ProductCategory.php +++ b/app/openapi/controller/v1/ProductCategory.php @@ -27,6 +27,8 @@ class ProductCategory $categories = ProductCategoryModel::withoutField([ 'language_id', 'unique_id', + 'icon', + 'desc', 'related_tco_category', 'created_at', 'updated_at'