Fix typo in LogDbhandler
This commit is contained in:
@ -46,7 +46,7 @@ class LogDbHandler extends AbstractProcessingHandler
|
||||
];
|
||||
|
||||
if ($this->batching) {
|
||||
$this->batched[] = $record;
|
||||
$this->batched[] = $event;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user