Skip to content

Commit

Permalink
ENGCOM-3335: Added $connection property to class #141
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Dec 6, 2018
2 parents 6ecd4fc + f637916 commit 9bcea45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/DownloadableImportExport/Helper/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ class Uploader extends \Magento\Framework\App\Helper\AbstractHelper
*/
protected $parameters = [];

/**
* @var \Magento\Framework\DB\Adapter\AdapterInterface
*/
public $connection;

/**
* Construct
*
Expand Down

0 comments on commit 9bcea45

Please sign in to comment.