This commit is contained in:
Lizandro Guarnizo
2026-02-04 19:56:16 -05:00
parent 876a432856
commit d86c0cb152
3 changed files with 2 additions and 1 deletions
@@ -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
{
+1
View File
@@ -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
{
@@ -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
{