File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/PageBuilder/Controller/Adminhtml/Stage Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
3
+ * Copyright 2019 Adobe
4
+ * All Rights Reserved.
6
5
*/
7
6
8
7
namespace Magento \PageBuilder \Controller \Adminhtml \Stage ;
18
17
*/
19
18
class Render extends \Magento \Backend \App \Action implements HttpGetActionInterface
20
19
{
21
- const ADMIN_RESOURCE = 'Magento_Backend::content ' ;
20
+ public const ADMIN_RESOURCE = 'Magento_Backend::content ' ;
22
21
23
22
/**
24
23
* @var \Magento\Framework\View\Result\PageFactory
@@ -36,7 +35,8 @@ public function __construct(
36
35
PageFactory $ pageFactory
37
36
) {
38
37
$ this ->pageFactory = $ pageFactory ;
39
- return parent ::__construct ($ context );
38
+
39
+ parent ::__construct ($ context );
40
40
}
41
41
42
42
/**
You can’t perform that action at this time.
0 commit comments