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

Commit 9bcea45

Browse files
authored
ENGCOM-3335: Added $connection property to class #141
2 parents 6ecd4fc + f637916 commit 9bcea45

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/DownloadableImportExport/Helper

1 file changed

+5
-0
lines changed

app/code/Magento/DownloadableImportExport/Helper/Uploader.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ class Uploader extends \Magento\Framework\App\Helper\AbstractHelper
3838
*/
3939
protected $parameters = [];
4040

41+
/**
42+
* @var \Magento\Framework\DB\Adapter\AdapterInterface
43+
*/
44+
public $connection;
45+
4146
/**
4247
* Construct
4348
*

0 commit comments

Comments
 (0)