Skip to content

Commit 9d18a89

Browse files
committed
ACPT-826
1 parent 3120f7c commit 9d18a89

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/AsyncConfig/Controller/Adminhtml/System/Config

1 file changed

+2
-1
lines changed

app/code/Magento/AsyncConfig/Controller/Adminhtml/System/Config/Save.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
namespace Magento\AsyncConfig\Controller\Adminhtml\System\Config;
99

1010
use Magento\AsyncConfig\Api\AsyncConfigPublisherInterface;
11+
use Magento\Framework\App\Action\HttpPostActionInterface;
1112
use Magento\Framework\App\DeploymentConfig;
1213
use Magento\Framework\App\ObjectManager;
1314
use Magento\Framework\Exception\FileSystemException;
1415
use Magento\Framework\Exception\LocalizedException;
1516
use Magento\Framework\Exception\RuntimeException;
1617

17-
class Save extends \Magento\Config\Controller\Adminhtml\System\Config\Save
18+
class Save extends \Magento\Config\Controller\Adminhtml\System\Config\Save implements HttpPostActionInterface
1819
{
1920
/**
2021
* @var DeploymentConfig

0 commit comments

Comments
 (0)