Skip to content

Commit 2eef9e6

Browse files
authored
magento-engcom/import-export-improvements#150: Changing property access level for backward compatibility
1 parent b81de64 commit 2eef9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Model/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class History extends \Magento\Framework\Model\AbstractModel
4545
/**
4646
* @var \Magento\Backend\Model\Auth\Session
4747
*/
48-
private $session;
48+
protected $session;
4949

5050
/**
5151
* Class constructor

0 commit comments

Comments
 (0)