Skip to content

Commit

Permalink
ENGCOM-3333: Define $session property #150
Browse files Browse the repository at this point in the history
 - Merge Pull Request magento-engcom/import-export-improvements#150 from denispapec/import-export-improvements:phpstan-cleanuphistoryfile
 - Merged commits:
   1. dd8625e
  • Loading branch information
magento-engcom-team committed Oct 30, 2018
2 parents 77af5d6 + dd8625e commit dc32c89
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 dc32c89

Please sign in to comment.