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 d93f3d2 commit 133e853Copy full SHA for 133e853
app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php
@@ -8,12 +8,12 @@
8
use Magento\Backend\App\Action\Context;
9
use Magento\Cms\Controller\Adminhtml\Wysiwyg\Images;
10
use Magento\Cms\Model\Wysiwyg\Images\GetInsertImageContent;
11
-use Magento\Framework\App\Action\HttpGetActionInterface;
+use Magento\Framework\App\Action\HttpPostActionInterface;
12
use Magento\Framework\Controller\Result\RawFactory;
13
use Magento\Framework\Controller\ResultInterface;
14
use Magento\Framework\Registry;
15
16
-class OnInsert extends Images implements HttpGetActionInterface
+class OnInsert extends Images implements HttpPostActionInterface
17
{
18
/**
19
* @var RawFactory
0 commit comments