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 bed8e88 commit 648d7d8Copy full SHA for 648d7d8
app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File/Upload.php
@@ -5,14 +5,15 @@
5
*/
6
namespace Magento\Downloadable\Controller\Adminhtml\Downloadable\File;
7
8
+use Magento\Framework\App\Action\HttpPostActionInterface;
9
use Magento\Framework\Controller\ResultFactory;
10
11
/**
12
* Class Upload
13
*
14
* @package Magento\Downloadable\Controller\Adminhtml\Downloadable\File
15
-class Upload extends \Magento\Downloadable\Controller\Adminhtml\Downloadable\File
16
+class Upload extends \Magento\Downloadable\Controller\Adminhtml\Downloadable\File implements HttpPostActionInterface
17
{
18
19
* @var \Magento\Downloadable\Model\Link
0 commit comments