feat(category-visibility): implement category visibility controller and service with update functionality

This commit is contained in:
2026-08-24 11:31:26 -03:00
parent 743939fc63
commit 725abed06a
2 changed files with 2 additions and 19 deletions

View File

@@ -39,9 +39,6 @@ class CategoryVisibilityController extends Controller
'data' => [
'is_enabled' => $model->is_enabled,
],
'message' => $model->is_enabled
? 'Mostrar en sitio web se activo correctamente'
: 'Mostrar en sitio web se desactivo correctamente',
]);
}