wip: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent c7702b0c37
commit 99190b0ef1
15 changed files with 478 additions and 3 deletions
+10
View File
@@ -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'] ?? '-';
}
}