This commit is contained in:
Lizandro Guarnizo
2026-01-19 11:30:36 -05:00
parent 7e4161d1c0
commit b4b61725f0
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class ProveedorResource extends Resource
{
protected static ?string $model = Proveedor::class;
protected static ?string $navigationGroup = '1 - Gestión';
protected static ?string $navigationGroup = 'A - Gestión';
protected static ?int $navigationSort = 8;
protected static ?string $navigationIcon = 'heroicon-o-users';