File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Downloadable/Controller/Adminhtml/Downloadable/File Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Downloadable \Controller \Adminhtml \Downloadable \File ;
7
7
8
- use Magento \Framework \App \Action \HttpPostActionInterface ;
8
+ use Magento \Framework \App \Action \HttpGetActionInterface ;
9
9
use Magento \Framework \Controller \ResultFactory ;
10
10
11
11
/**
12
12
* Class Upload
13
13
*
14
14
* @package Magento\Downloadable\Controller\Adminhtml\Downloadable\File
15
15
*/
16
- class Upload extends \Magento \Downloadable \Controller \Adminhtml \Downloadable \File implements HttpPostActionInterface
16
+ class Upload extends \Magento \Downloadable \Controller \Adminhtml \Downloadable \File implements HttpGetActionInterface
17
17
{
18
18
/**
19
19
* @var \Magento\Downloadable\Model\Link
You can’t perform that action at this time.
0 commit comments