feat: add installer, ranks/groups enhancements, and founder protections

This commit is contained in:
Micha
2026-01-18 15:52:53 +01:00
parent 24c16ed0dd
commit 073c81012b
43 changed files with 6176 additions and 4039 deletions

View File

@@ -19,6 +19,7 @@ class Rank extends Model
'badge_type',
'badge_text',
'badge_image_path',
'color',
];
public function users(): HasMany