language files combined, settings fixed, "new" badge integrated

This commit is contained in:
2025-08-01 23:34:41 +02:00
parent b2968f203d
commit 80873877c1
44 changed files with 1319 additions and 358 deletions

View File

@@ -22,6 +22,9 @@ class User extends Authenticatable
'email',
'password',
'role_id',
'email_notifications_enabled',
'theme_preference',
'locale',
];
public function role()