1 Commits

Author SHA1 Message Date
9adffcd1f5 Fix typo in LogDbhandler 2025-06-26 22:25:23 +02:00

View File

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