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

Commit f637916

Browse files
ENGCOM-3335: Added $connection property to class #141
- Merge Pull Request magento-engcom/import-export-improvements#141 from maxalmonte14/import-export-improvements:improvement/supress_undefined_connection_property_error - Merged commits: 1. ac90f7a 2. 6789eb4 3. 7f3808c 4. 5ff88c0
2 parents 7755eef + 5ff88c0 commit f637916

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)