Skip to content
Snippets Groups Projects
Verified Commit f7a72dc0 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: fix fatal error

parent 63532feb
No related branches found
No related tags found
No related merge requests found
Pipeline #7812 passed with warnings
## [1.7.3] - 2022-05-19
### Fixed
- Fixed syntax error in file.
## [1.7.2] - 2022-05-18 ## [1.7.2] - 2022-05-18
### Fixed ### Fixed
- Fixed no handler actually assigned when using combination of NullHandler and actual one - Fixed no handler actually assigned when using combination of NullHandler and actual one
......
...@@ -26,7 +26,7 @@ class WooCommerceHandler extends AbstractProcessingHandler { ...@@ -26,7 +26,7 @@ class WooCommerceHandler extends AbstractProcessingHandler {
protected function write( array $record ) { protected function write( array $record ) {
$context = array_merge( $context = array_merge(
[ [
'source' => $this->channel;, 'source' => $this->channel,
], ],
$record['extra'], $record['extra'],
$record['context'] $record['context']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment