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 {