File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/AsyncConfig/Controller/Adminhtml/System/Config Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \AsyncConfig \Controller \Adminhtml \System \Config ;
9
9
10
10
use Magento \AsyncConfig \Api \AsyncConfigPublisherInterface ;
11
+ use Magento \Framework \App \Action \HttpPostActionInterface ;
11
12
use Magento \Framework \App \DeploymentConfig ;
12
13
use Magento \Framework \App \ObjectManager ;
13
14
use Magento \Framework \Exception \FileSystemException ;
14
15
use Magento \Framework \Exception \LocalizedException ;
15
16
use Magento \Framework \Exception \RuntimeException ;
16
17
17
- class Save extends \Magento \Config \Controller \Adminhtml \System \Config \Save
18
+ class Save extends \Magento \Config \Controller \Adminhtml \System \Config \Save implements HttpPostActionInterface
18
19
{
19
20
/**
20
21
* @var DeploymentConfig
You can’t perform that action at this time.
0 commit comments