Skip to content

Commit 76715fe

Browse files
author
Evgeniy Miskov
committed
MAGETWO-33059: Refactor CMS module
1 parent fffe3b3 commit 76715fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Cms/Controller/Index/DefaultNoRoute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class DefaultNoRoute extends \Magento\Framework\App\Action\Action
1616
protected $resultLayoutFactory;
1717

1818
/**
19-
* @param \Magento\Backend\App\Action\Context $context
19+
* @param \Magento\Framework\App\Action\Context $context
2020
* @param \Magento\Framework\View\Result\LayoutFactory $resultLayoutFactory
2121
*/
2222
public function __construct(
23-
\Magento\Backend\App\Action\Context $context,
23+
\Magento\Framework\App\Action\Context $context,
2424
\Magento\Framework\View\Result\LayoutFactory $resultLayoutFactory
2525
) {
2626
$this->resultLayoutFactory = $resultLayoutFactory;

0 commit comments

Comments
 (0)