Skip to content

Commit 14e2b25

Browse files
authored
Merge pull request #402 from magento-gl/comprv1
Comprv1
2 parents 30102e7 + 6a50392 commit 14e2b25

File tree

1 file changed

+5
-5
lines changed
  • app/code/Magento/PageBuilder/Controller/Adminhtml/Stage

1 file changed

+5
-5
lines changed

app/code/Magento/PageBuilder/Controller/Adminhtml/Stage/Render.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22
/**
3-
*
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
3+
* Copyright 2019 Adobe
4+
* All Rights Reserved.
65
*/
76

87
namespace Magento\PageBuilder\Controller\Adminhtml\Stage;
@@ -18,7 +17,7 @@
1817
*/
1918
class Render extends \Magento\Backend\App\Action implements HttpGetActionInterface
2019
{
21-
const ADMIN_RESOURCE = 'Magento_Backend::content';
20+
public const ADMIN_RESOURCE = 'Magento_Backend::content';
2221

2322
/**
2423
* @var \Magento\Framework\View\Result\PageFactory
@@ -36,7 +35,8 @@ public function __construct(
3635
PageFactory $pageFactory
3736
) {
3837
$this->pageFactory = $pageFactory;
39-
return parent::__construct($context);
38+
39+
parent::__construct($context);
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)