Skip to content

Commit ab687ed

Browse files
committed
Static test issue fixed
1 parent 3fadf00 commit ab687ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Store/Switcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Switcher extends \Magento\Backend\Block\Template
2020
/**
2121
* URL for store switcher hint
2222
*/
23-
const HINT_URL = 'https://docs.magento.com/user-guide/configuration/scope.html';
23+
public const HINT_URL = 'https://docs.magento.com/user-guide/configuration/scope.html';
2424

2525
/**
2626
* Name of website variable

0 commit comments

Comments
 (0)