feat: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-01-11 13:24:07 +01:00
parent d95d0a8930
commit 195af95995
10 changed files with 256 additions and 115 deletions
+5
View File
@@ -111,4 +111,9 @@ class LogEntry
{
return $this->getExtra()['request_id'] ?? '-';
}
public function getUri(): string
{
return $this->getExtra()['uri'] ?? '';
}
}