Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Added $connection property to class
Browse files Browse the repository at this point in the history
  • Loading branch information
maxalmonte14 committed Oct 26, 2018
1 parent eb27ac2 commit ac90f7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,13 @@ class Uploader extends \Magento\Framework\App\Helper\AbstractHelper
*/
protected $parameters = [];

/**
* Connection resource.
*
* @var \Magento\Framework\DB\Adapter\AdapterInterface
*/
protected $connection = [];

/**
* Construct
*
Expand Down

0 comments on commit ac90f7a

Please sign in to comment.