Skip to content

Commit e5afdb2

Browse files
authored
#21160: Adjusting ported pull request to 2.2 version
1 parent c59b231 commit e5afdb2

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/System/Design

1 file changed

+1
-3
lines changed

app/code/Magento/Backend/Controller/Adminhtml/System/Design/Save.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
*/
77
namespace Magento\Backend\Controller\Adminhtml\System\Design;
88

9-
use Magento\Framework\App\Action\HttpPostActionInterface;
10-
119
/**
1210
* Save design action.
1311
*/
14-
class Save extends \Magento\Backend\Controller\Adminhtml\System\Design implements HttpPostActionInterface
12+
class Save extends \Magento\Backend\Controller\Adminhtml\System\Design
1513
{
1614
/**
1715
* Filtering posted data. Converting localized data if needed

0 commit comments

Comments
 (0)