Added Report admin Tool with frontend to handle Player Reports. Similar to the Chat Message handling.

This commit is contained in:
Vari
2024-07-28 21:50:59 +02:00
parent 6fce73e3f2
commit 101688399f
12 changed files with 329 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ final public static function getAllTools(): array
UsersController::class,
ChatMessageController::class,
InboxMailerController::class,
PlayerReportsController::class,
];
}