27 \
Magento\Config\Model\Config\Structure $configStructure,
29 \
Magento\Config\Model\Config $backendConfig,
32 parent::__construct($context, $configStructure, $sectionChecker, $backendConfig);
44 $resultForward = $this->resultForwardFactory->create();
45 return $resultForward->forward(
'edit');
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Config\Model\Config\Structure $configStructure, \Magento\Config\Controller\Adminhtml\System\ConfigSectionChecker $sectionChecker, \Magento\Config\Model\Config $backendConfig, \Magento\Backend\Model\View\Result\ForwardFactory $resultForwardFactory)