Skip to content

Commit f36eac2

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
namespace Magento\Cms\Controller\Adminhtml\Page;
88

9-
use Magento\Framework\Registry;
109
use Magento\Backend\App\Action\Context;
1110
use Magento\Framework\View\Result\PageFactory;
1211

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ class NewAction extends \Magento\Backend\App\Action
1414
protected $resultForwardFactory;
1515

1616
/**
17-
* @param \Magento\Framework\App\Action\Context $context
17+
* @param \Magento\Backend\App\Action\Context $context
1818
* @param \Magento\Backend\Model\View\Result\ForwardFactory $resultForwardFactory
1919
*/
2020
public function __construct(
21-
\Magento\Framework\App\Action\Context $context,
21+
\Magento\Backend\App\Action\Context $context,
2222
\Magento\Backend\Model\View\Result\ForwardFactory $resultForwardFactory
2323
) {
2424
$this->resultForwardFactory = $resultForwardFactory;

0 commit comments

Comments
 (0)