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 b0240f1 commit 518b4d4Copy full SHA for 518b4d4
app/code/Magento/ImportExport/Controller/Adminhtml/History/Download.php
@@ -6,9 +6,10 @@
6
*/
7
namespace Magento\ImportExport\Controller\Adminhtml\History;
8
9
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
use Magento\Framework\App\Filesystem\DirectoryList;
11
-class Download extends \Magento\ImportExport\Controller\Adminhtml\History
12
+class Download extends \Magento\ImportExport\Controller\Adminhtml\History implements HttpGetActionInterface
13
{
14
/**
15
* @var \Magento\Framework\Controller\Result\RawFactory
0 commit comments