Skip to content

Commit d2ad73d

Browse files
committed
39241: Fix PHPCS warning
1 parent 52fa13c commit d2ad73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/Model/AllowedCountries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class AllowedCountries
2020
{
21-
const ALLOWED_COUNTRIES_PATH = 'general/country/allow';
21+
public const ALLOWED_COUNTRIES_PATH = 'general/country/allow';
2222

2323
/**
2424
* @var ScopeConfigInterface

0 commit comments

Comments
 (0)