Added better formatted extra section for certain log types

This commit is contained in:
Jan Böhmer 2023-04-10 23:13:09 +02:00
parent 4107535b19
commit 69fc28d5d6
10 changed files with 1388 additions and 1304 deletions

View file

@ -113,7 +113,7 @@ class SecurityEventLogEntry extends AbstractLogEntry
{
$key = $this->extra['e'];
return static::SECURITY_TYPE_MAPPING[$key] ?? 'unkown';
return static::SECURITY_TYPE_MAPPING[$key] ?? 'unknown';
}
/**