Skip to content

Commit ac3cde1

Browse files
authored
Make const private
1 parent 3ee407a commit ac3cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/Model/Data/ExchangeRate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ExchangeRate extends \Magento\Framework\Api\AbstractExtensibleObject imple
2020
{
2121
const KEY_CURRENCY_TO = 'currency_to';
2222
const KEY_RATE = 'rate';
23-
const KEY_EXCHANGE_RATES = 'exchange_rates';
23+
private const KEY_EXCHANGE_RATES = 'exchange_rates';
2424

2525
/**
2626
* @inheritDoc

0 commit comments

Comments
 (0)