Skip to content

Commit b0240f1

Browse files
committed
Clean Up Magento/ImportExport/Controller/Adminhtml/History/Download
1 parent 5916c5a commit b0240f1

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/ImportExport/Controller/Adminhtml/History

1 file changed

+5
-0
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/History/Download.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ class Download extends \Magento\ImportExport\Controller\Adminhtml\History
1515
*/
1616
protected $resultRawFactory;
1717

18+
/**
19+
* @var \Magento\Framework\App\Response\Http\FileFactory
20+
*/
21+
private $fileFactory;
22+
1823
/**
1924
* @param \Magento\Backend\App\Action\Context $context
2025
* @param \Magento\Framework\App\Response\Http\FileFactory $fileFactory

0 commit comments

Comments
 (0)