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 648d7d8 commit e52c764Copy full SHA for e52c764
app/code/Magento/Catalog/Controller/Adminhtml/Category/Image/Upload.php
@@ -5,12 +5,13 @@
5
*/
6
namespace Magento\Catalog\Controller\Adminhtml\Category\Image;
7
8
+use Magento\Framework\App\Action\HttpPostActionInterface;
9
use Magento\Framework\Controller\ResultFactory;
10
11
/**
12
* Class Upload
13
-class Upload extends \Magento\Backend\App\Action
14
+class Upload extends \Magento\Backend\App\Action implements HttpPostActionInterface
15
{
16
17
* Image uploader
0 commit comments