We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa33cda commit 5fdb88bCopy full SHA for 5fdb88b
app/code/Magento/PageBuilder/Controller/Adminhtml/Stage/Render.php
@@ -1,8 +1,7 @@
1
<?php
2
/**
3
- *
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details.
+ * Copyright 2019 Adobe
+ * All Rights Reserved.
6
*/
7
8
namespace Magento\PageBuilder\Controller\Adminhtml\Stage;
@@ -18,7 +17,7 @@
18
17
19
class Render extends \Magento\Backend\App\Action implements HttpGetActionInterface
20
{
21
- const ADMIN_RESOURCE = 'Magento_Backend::content';
+ public const ADMIN_RESOURCE = 'Magento_Backend::content';
22
23
24
* @var \Magento\Framework\View\Result\PageFactory
0 commit comments