¨4.0.1¨
This commit is contained in:
@@ -25,14 +25,16 @@ class RefreshCurrencyRatesCommand extends Command
|
||||
/**
|
||||
* The currency rate exchanger instance.
|
||||
*
|
||||
* @var \Modules\Currency\Services\CurrencyRateExchanger
|
||||
* @var CurrencyRateExchanger
|
||||
*/
|
||||
private $exchanger;
|
||||
|
||||
|
||||
/**
|
||||
* Create a new command instance.
|
||||
*
|
||||
* @param \Modules\Currency\Services\CurrencyRateExchanger $exchanger
|
||||
* @param CurrencyRateExchanger $exchanger
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(CurrencyRateExchanger $exchanger)
|
||||
@@ -42,6 +44,7 @@ class RefreshCurrencyRatesCommand extends Command
|
||||
$this->exchanger = $exchanger;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user