Skip to content

Commit 88f99b2

Browse files
author
roman
committed
MAGETWO-92163: Redundancy in Custom Option Filenames
1 parent 4279e3e commit 88f99b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Wishlist/Controller/Index/DownloadCustomOption.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
namespace Magento\Wishlist\Controller\Index;
77

88
use Magento\Framework\App\Action;
9+
use Magento\Framework\App\Action\HttpGetActionInterface;
910
use Magento\Framework\App\Filesystem\DirectoryList;
1011
use Magento\Framework\App\ObjectManager;
1112
use Magento\Framework\Controller\ResultFactory;
@@ -14,7 +15,7 @@
1415
/**
1516
* Class DownloadCustomOption. Represents request-flow logic for option's file download
1617
*/
17-
class DownloadCustomOption extends \Magento\Wishlist\Controller\AbstractIndex
18+
class DownloadCustomOption extends \Magento\Wishlist\Controller\AbstractIndex implements HttpGetActionInterface
1819
{
1920
/**
2021
* @var \Magento\Framework\App\Response\Http\FileFactory

0 commit comments

Comments
 (0)