Skip to content

Commit

Permalink
magento#21160: Adjusting ported pull request to 2.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Feb 13, 2019
1 parent c59b231 commit e5afdb2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
*/
namespace Magento\Backend\Controller\Adminhtml\System\Design;

use Magento\Framework\App\Action\HttpPostActionInterface;

/**
* Save design action.
*/
class Save extends \Magento\Backend\Controller\Adminhtml\System\Design implements HttpPostActionInterface
class Save extends \Magento\Backend\Controller\Adminhtml\System\Design
{
/**
* Filtering posted data. Converting localized data if needed
Expand Down

0 comments on commit e5afdb2

Please sign in to comment.