Merge branch 'develop' into feature/bulk-reinstall-command

This commit is contained in:
Dane Everitt
2019-07-26 11:04:48 -04:00
committed by GitHub
308 changed files with 18740 additions and 3400 deletions

View File

@@ -178,9 +178,7 @@ class AppSettingsCommand extends Command
if ($askForRedisPassword) {
$this->output->comment(trans('command/messages.environment.app.redis_pass_help'));
$this->variables['REDIS_PASSWORD'] = $this->option('redis-pass') ?? $this->output->askHidden(
trans('command/messages.environment.app.redis_password'), function () {
return '';
}
trans('command/messages.environment.app.redis_password')
);
}