feat: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent bdcd54687d
commit 136e2d68a2
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'] ?? '';
}
}