A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent 4415a2e8c4
commit 73471162bf
37 changed files with 654 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class Entry extends AbstractHandler
#[Override]
public function getContentMessage(Report $report)
{
return $report->content_info['message'];
return $report->content_info['description'];
}
#[Override]