From 098e8396b0ca5367b99d5f66dcb7c13bff56774a Mon Sep 17 00:00:00 2001 From: jesusfb Date: Fri, 24 Apr 2026 12:16:47 -0700 Subject: [PATCH] test --- app/Http/Controllers/Api/InstitucioneController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/InstitucioneController.php b/app/Http/Controllers/Api/InstitucioneController.php index ca412d6..a401655 100644 --- a/app/Http/Controllers/Api/InstitucioneController.php +++ b/app/Http/Controllers/Api/InstitucioneController.php @@ -12,7 +12,7 @@ use OpenApi\Attributes as OA; #[OA\Tag( - name: "Instituciones", + name: "Institucioness", description: "Gestión de instituciones" )]