Skip to content

Commit

Permalink
[Code reverted of default local and currency for .env file.]
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-webkul committed Jan 9, 2024
1 parent 68d14af commit 5d767b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Webkul/Installer/src/Console/Commands/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ protected function askForApplicationDetails()
$defaultLocale = $this->updateEnvChoice(
'APP_LOCALE',
'Please select the <bg=black;fg=white;options=bold>default application locale</>',
$allowedLocales
$this->locales
);

$defaultCurrency = $this->updateEnvChoice(
'APP_CURRENCY',
'Please select the <bg=black;fg=white;options=bold>default currency</>',
$allowedCurrencies
$this->currencies
);

return [
Expand Down

0 comments on commit 5d767b0

Please sign in to comment.