Add Rubble Money Value
parent
c4e67ccadb
commit
df6c5fcff4
|
|
@ -151,7 +151,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'currency' => env('APP_CURRENCY', 'USD'),
|
'currency' => env('APP_CURRENCY', 'RUB'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ class Install extends Command
|
||||||
$timezone = $this->anticipate('Please enter the default timezone', $TimeZones, date_default_timezone_get());
|
$timezone = $this->anticipate('Please enter the default timezone', $TimeZones, date_default_timezone_get());
|
||||||
$this->envUpdate('APP_TIMEZONE=', $timezone);
|
$this->envUpdate('APP_TIMEZONE=', $timezone);
|
||||||
|
|
||||||
$currency = $this->choice('Please enter the default currency', ['USD', 'EUR'], 'USD');
|
$currency = $this->choice('Please enter the default currency', ['USD', 'EUR','RUB'], 'USD');
|
||||||
$this->envUpdate('APP_CURRENCY=', $currency);
|
$this->envUpdate('APP_CURRENCY=', $currency);
|
||||||
|
|
||||||
$this->addDatabaseDetails();
|
$this->addDatabaseDetails();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue