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.
2 parents 95bc002 + 29daef1 commit 6877fd0Copy full SHA for 6877fd0
app/code/Magento/Backend/Controller/Adminhtml/System/Design/Save.php
@@ -6,7 +6,12 @@
6
*/
7
namespace Magento\Backend\Controller\Adminhtml\System\Design;
8
9
-class Save extends \Magento\Backend\Controller\Adminhtml\System\Design
+use Magento\Framework\App\Action\HttpPostActionInterface;
10
+
11
+/**
12
+ * Save design action.
13
+ */
14
+class Save extends \Magento\Backend\Controller\Adminhtml\System\Design implements HttpPostActionInterface
15
{
16
/**
17
* Filtering posted data. Converting localized data if needed
@@ -26,6 +31,8 @@ protected function _filterPostData($data)
26
31
}
27
32
28
33
34
35
+ *
29
36
* @return \Magento\Backend\Model\View\Result\Redirect
30
37
38
public function execute()
0 commit comments