Skip to content

Commit 4db746f

Browse files
committed
Setup Lists - Make allowedCurrencies property private
This property was introduced in b1a5bc1 with protected visibility
1 parent 0f39eae commit 4db746f

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)