show rainbow ID in userdetails page

This commit is contained in:
xiaomlove
2022-08-11 13:48:26 +08:00
parent 971f9b8509
commit 72908e38f4
4 changed files with 20 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ class AppServiceProvider extends ServiceProvider
Filament::registerNavigationGroups([
'User',
'Torrent',
'Other',
'System',
]);
});