wip: integrate with easy admin bundle
This commit is contained in:
@@ -101,4 +101,14 @@ class LogEntry
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getUsername(): string
|
||||
{
|
||||
return $this->getExtra()['user']['username'] ?? '';
|
||||
}
|
||||
|
||||
public function getRequestId(): string
|
||||
{
|
||||
return $this->getExtra()['request_id'] ?? '-';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user