Skip to content

Commit 0933eeb

Browse files
ENGCOM-750: Setup Lists - Make allowedCurrencies property private #13966
- Merge Pull Request #13966 from ihor-sviziev/magento2:setup-lists-make-allowed-currencies-private - Merged commits: 1. 4db746f
2 parents 0f39eae + 4db746f commit 0933eeb

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Setup

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Lists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Lists
2626
*
2727
* @var array
2828
*/
29-
protected $allowedCurrencies;
29+
private $allowedCurrencies;
3030

3131
/**
3232
* @param ConfigInterface $localeConfig

0 commit comments

Comments
 (0)