Skip to content

Commit e7046e9

Browse files
committed
MC-22714: Page builder JS and CSS files are not loading and going to 404
- Change protected property to private in Render controller
1 parent 67ff8f0 commit e7046e9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Render extends \Magento\Backend\App\Action implements HttpGetActionInterfa
2323
/**
2424
* @var \Magento\Framework\View\Result\PageFactory
2525
*/
26-
protected $pageFactory;
26+
private $pageFactory;
2727

2828
/**
2929
* Render constructor.

0 commit comments

Comments
 (0)