Exemplo n.º 1
0
 public function __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\Framework\View\Result\PageFactory $resultPageFactory)
 {
     $this->___init();
     parent::__construct($context, $configStructure, $sectionChecker, $backendConfig, $resultPageFactory);
 }