diff --git a/Command/LoadCurrencyRatesCommand.php b/Command/LoadCurrencyRatesCommand.php index 888eaca..019e371 100644 --- a/Command/LoadCurrencyRatesCommand.php +++ b/Command/LoadCurrencyRatesCommand.php @@ -20,9 +20,9 @@ class LoadCurrencyRatesCommand extends Command { protected static $defaultName = 'redcode:currency:rate:load'; - private CurrencyRateManager $currencyRateManager; - private CurrencyManager $currencyManager; - private ProviderFactory $providerFactory; + protected CurrencyRateManager $currencyRateManager; + protected CurrencyManager $currencyManager; + protected ProviderFactory $providerFactory; public function __construct( CurrencyRateManager $currencyRateManager,