mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Added better formatted extra section for certain log types
This commit is contained in:
parent
4107535b19
commit
69fc28d5d6
10 changed files with 1388 additions and 1304 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue