Fix typo in LogDbhandler

This commit is contained in:
2025-06-26 22:25:23 +02:00
parent 9ee4440e33
commit 9adffcd1f5

View File

@ -46,7 +46,7 @@ class LogDbHandler extends AbstractProcessingHandler
];
if ($this->batching) {
$this->batched[] = $record;
$this->batched[] = $event;
return;
}