Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ntroller to implement the HttpGetActionInterface
  • Loading branch information
dmanners committed Nov 5, 2018
1 parent b0240f1 commit 518b4d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
*/
namespace Magento\ImportExport\Controller\Adminhtml\History;

use Magento\Framework\App\Action\HttpGetActionInterface;
use Magento\Framework\App\Filesystem\DirectoryList;

class Download extends \Magento\ImportExport\Controller\Adminhtml\History
class Download extends \Magento\ImportExport\Controller\Adminhtml\History implements HttpGetActionInterface
{
/**
* @var \Magento\Framework\Controller\Result\RawFactory
Expand Down

0 comments on commit 518b4d4

Please sign in to comment.