We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916c5a commit b0240f1Copy full SHA for b0240f1
app/code/Magento/ImportExport/Controller/Adminhtml/History/Download.php
@@ -15,6 +15,11 @@ class Download extends \Magento\ImportExport\Controller\Adminhtml\History
15
*/
16
protected $resultRawFactory;
17
18
+ /**
19
+ * @var \Magento\Framework\App\Response\Http\FileFactory
20
+ */
21
+ private $fileFactory;
22
+
23
/**
24
* @param \Magento\Backend\App\Action\Context $context
25
* @param \Magento\Framework\App\Response\Http\FileFactory $fileFactory
0 commit comments