Change the manu order of pages

This commit is contained in:
2025-09-05 23:48:39 +02:00
parent 72c60bb74c
commit 42e439aba5
6 changed files with 21 additions and 9 deletions

View File

@@ -9,4 +9,6 @@ class Deposits extends Page
protected static ?string $navigationIcon = 'heroicon-o-currency-dollar';
protected static string $view = 'filament.user.pages.deposits';
}
protected static ?int $navigationSort = 2;
}