Skip to content

Commit 5fdb88b

Browse files
committed
Fixed static tests.
1 parent fa33cda commit 5fdb88b

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 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

0 commit comments

Comments
 (0)