Skip to content

Commit 59e9134

Browse files
committed
ACP2E-3044: Unnecessary borders on the My Orders section
1 parent cf8f942 commit 59e9134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Layout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Layout extends \Magento\Framework\Simplexml\Config implements \Magento\Fra
3333
/**
3434
* Empty layout xml
3535
*/
36-
private const LAYOUT_NODE = '<layout/>';
36+
public const LAYOUT_NODE = '<layout/>';
3737

3838
/**
3939
* Default cache life time

0 commit comments

Comments
 (0)