Skip to content

Commit

Permalink
Define $session propery
Browse files Browse the repository at this point in the history
  • Loading branch information
denispapec committed Oct 28, 2018
1 parent 5916c5a commit dd8625e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/ImportExport/Model/History.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ class History extends \Magento\Framework\Model\AbstractModel
*/
protected $reportHelper;

/**
* @var \Magento\Backend\Model\Auth\Session
*/
private $session;

/**
* Class constructor
*
Expand Down

0 comments on commit dd8625e

Please sign in to comment.