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 cf8f942 commit 59e9134Copy full SHA for 59e9134
lib/internal/Magento/Framework/View/Layout.php
@@ -33,7 +33,7 @@ class Layout extends \Magento\Framework\Simplexml\Config implements \Magento\Fra
33
/**
34
* Empty layout xml
35
*/
36
- private const LAYOUT_NODE = '<layout/>';
+ public const LAYOUT_NODE = '<layout/>';
37
38
39
* Default cache life time
0 commit comments