Updated navigationSort order from 5 to 6

This commit is contained in:
dhanabalan
2025-04-20 17:10:52 +05:30
parent e7cecdf049
commit 5da1683201

View File

@@ -29,7 +29,7 @@ class ItemResource extends Resource
protected static ?string $navigationGroup = 'Master Entries';
protected static ?int $navigationSort = 5;
protected static ?int $navigationSort = 6;
public static function form(Form $form): Form
{