Skip to content

Commit 6c53dc3

Browse files
author
Maksym Savich
committed
MAGETWO-32074: Move Specifc Helper Components From the Magento_Core Module to Magento_Framework
- Merge conflicts resolved
1 parent a578bb9 commit 6c53dc3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Model/Resource/Import

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/Resource/Import/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(
3939
array $arguments = []
4040
) {
4141
parent::__construct($context, $resourcePrefix);
42-
$this->_jsonHelper = $jsonHelper;
42+
$this->jsonHelper = $jsonHelper;
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)