Skip to content

Commit 99f5d14

Browse files
author
Evgeniy Miskov
committed
MAGETWO-33059: Refactor CMS module
1 parent 3f67428 commit 99f5d14

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Cms/Controller/Adminhtml/Page

1 file changed

+1
-3
lines changed

app/code/Magento/Cms/Controller/Adminhtml/Page/Index.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ class Index extends \Magento\Backend\App\Action
1919

2020
/**
2121
* @param Context $context
22-
* @param Registry $coreRegistry
2322
* @param PageFactory $resultPageFactory
2423
*/
2524
public function __construct(
2625
Context $context,
27-
Registry $coreRegistry,
2826
PageFactory $resultPageFactory
2927
) {
30-
parent::__construct($context, $coreRegistry);
28+
parent::__construct($context);
3129
$this->resultPageFactory = $resultPageFactory;
3230
}
3331
/**

0 commit comments

Comments
 (0)