Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit c30a455

Browse files
authored
ENGCOM-3333: Define $session property #150
2 parents d31950d + dc32c89 commit c30a455

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ class History extends \Magento\Framework\Model\AbstractModel
4242
*/
4343
protected $reportHelper;
4444

45+
/**
46+
* @var \Magento\Backend\Model\Auth\Session
47+
*/
48+
private $session;
49+
4550
/**
4651
* Class constructor
4752
*

0 commit comments

Comments
 (0)