Skip to content

Commit 518b4d4

Browse files
committed
magento-engcom/import-export-improvements#126: update the download controller to implement the HttpGetActionInterface
1 parent b0240f1 commit 518b4d4

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/ImportExport/Controller/Adminhtml/History

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
*/
77
namespace Magento\ImportExport\Controller\Adminhtml\History;
88

9+
use Magento\Framework\App\Action\HttpGetActionInterface;
910
use Magento\Framework\App\Filesystem\DirectoryList;
1011

11-
class Download extends \Magento\ImportExport\Controller\Adminhtml\History
12+
class Download extends \Magento\ImportExport\Controller\Adminhtml\History implements HttpGetActionInterface
1213
{
1314
/**
1415
* @var \Magento\Framework\Controller\Result\RawFactory

0 commit comments

Comments
 (0)