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 4279e3e commit 88f99b2Copy full SHA for 88f99b2
app/code/Magento/Wishlist/Controller/Index/DownloadCustomOption.php
@@ -6,6 +6,7 @@
6
namespace Magento\Wishlist\Controller\Index;
7
8
use Magento\Framework\App\Action;
9
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
use Magento\Framework\App\Filesystem\DirectoryList;
11
use Magento\Framework\App\ObjectManager;
12
use Magento\Framework\Controller\ResultFactory;
@@ -14,7 +15,7 @@
14
15
/**
16
* Class DownloadCustomOption. Represents request-flow logic for option's file download
17
*/
-class DownloadCustomOption extends \Magento\Wishlist\Controller\AbstractIndex
18
+class DownloadCustomOption extends \Magento\Wishlist\Controller\AbstractIndex implements HttpGetActionInterface
19
{
20
21
* @var \Magento\Framework\App\Response\Http\FileFactory
0 commit comments