File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/Cms/Controller/Adminhtml/Page Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
namespace Magento \Cms \Controller \Adminhtml \Page ;
8
8
9
- use Magento \Framework \Registry ;
10
9
use Magento \Backend \App \Action \Context ;
11
10
use Magento \Framework \View \Result \PageFactory ;
12
11
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ class NewAction extends \Magento\Backend\App\Action
14
14
protected $ resultForwardFactory ;
15
15
16
16
/**
17
- * @param \Magento\Framework \App\Action\Context $context
17
+ * @param \Magento\Backend \App\Action\Context $context
18
18
* @param \Magento\Backend\Model\View\Result\ForwardFactory $resultForwardFactory
19
19
*/
20
20
public function __construct (
21
- \Magento \Framework \App \Action \Context $ context ,
21
+ \Magento \Backend \App \Action \Context $ context ,
22
22
\Magento \Backend \Model \View \Result \ForwardFactory $ resultForwardFactory
23
23
) {
24
24
$ this ->resultForwardFactory = $ resultForwardFactory ;
You can’t perform that action at this time.
0 commit comments