up
This commit is contained in:
@@ -21,7 +21,6 @@ class OjalPresillaResource extends Resource
|
|||||||
protected static ?string $navigationLabel = 'Ojales y Prensillas';
|
protected static ?string $navigationLabel = 'Ojales y Prensillas';
|
||||||
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
|
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
|
||||||
protected static ?int $navigationSort = 4;
|
protected static ?int $navigationSort = 4;
|
||||||
protected static bool $shouldRegisterNavigation = false;
|
|
||||||
|
|
||||||
public static function canViewAny(): bool
|
public static function canViewAny(): bool
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ class OjalResource extends Resource
|
|||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?string $navigationLabel = 'Ojales';
|
protected static ?string $navigationLabel = 'Ojales';
|
||||||
protected static ?int $navigationSort = 4;
|
protected static ?int $navigationSort = 4;
|
||||||
|
protected static bool $shouldRegisterNavigation = false;
|
||||||
|
|
||||||
public static function canViewAny(): bool
|
public static function canViewAny(): bool
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ class PrensillaResource extends Resource
|
|||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?string $navigationLabel = 'Prensillas';
|
protected static ?string $navigationLabel = 'Prensillas';
|
||||||
protected static ?int $navigationSort = 5;
|
protected static ?int $navigationSort = 5;
|
||||||
|
protected static bool $shouldRegisterNavigation = false;
|
||||||
|
|
||||||
public static function canViewAny(): bool
|
public static function canViewAny(): bool
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user