From d86c0cb152b69a90a4751b0119cf83bbfda0c3ec Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:56:16 -0500 Subject: [PATCH] up --- app/Filament/Resources/OjalPresillaResource.php | 1 - app/Filament/Resources/OjalResource.php | 1 + app/Filament/Resources/PrensillaResource.php | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Filament/Resources/OjalPresillaResource.php b/app/Filament/Resources/OjalPresillaResource.php index a4de873..4e3a7a2 100644 --- a/app/Filament/Resources/OjalPresillaResource.php +++ b/app/Filament/Resources/OjalPresillaResource.php @@ -21,7 +21,6 @@ class OjalPresillaResource extends Resource protected static ?string $navigationLabel = 'Ojales y Prensillas'; protected static ?string $pluralModelLabel = 'Ojales y Prensillas'; protected static ?int $navigationSort = 4; - protected static bool $shouldRegisterNavigation = false; public static function canViewAny(): bool { diff --git a/app/Filament/Resources/OjalResource.php b/app/Filament/Resources/OjalResource.php index 3c01af5..73cfadb 100644 --- a/app/Filament/Resources/OjalResource.php +++ b/app/Filament/Resources/OjalResource.php @@ -18,6 +18,7 @@ class OjalResource extends Resource protected static ?string $navigationGroup = 'Gestión'; protected static ?string $navigationLabel = 'Ojales'; protected static ?int $navigationSort = 4; + protected static bool $shouldRegisterNavigation = false; public static function canViewAny(): bool { diff --git a/app/Filament/Resources/PrensillaResource.php b/app/Filament/Resources/PrensillaResource.php index d459d65..1e33353 100644 --- a/app/Filament/Resources/PrensillaResource.php +++ b/app/Filament/Resources/PrensillaResource.php @@ -18,6 +18,7 @@ class PrensillaResource extends Resource protected static ?string $navigationGroup = 'Gestión'; protected static ?string $navigationLabel = 'Prensillas'; protected static ?int $navigationSort = 5; + protected static bool $shouldRegisterNavigation = false; public static function canViewAny(): bool {