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 c59b231 commit e5afdb2Copy full SHA for e5afdb2
app/code/Magento/Backend/Controller/Adminhtml/System/Design/Save.php
@@ -6,12 +6,10 @@
6
*/
7
namespace Magento\Backend\Controller\Adminhtml\System\Design;
8
9
-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
+class Save extends \Magento\Backend\Controller\Adminhtml\System\Design
15
{
16
17
* Filtering posted data. Converting localized data if needed
0 commit comments