wip: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-01-10 11:35:16 +01:00
parent ace251c1dd
commit 6fca40963d
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'] ?? '-';
}
}