Initial update
This commit is contained in:
parent
b60c672afa
commit
0b4b1a3443
9 changed files with 811 additions and 432 deletions
|
@ -132,7 +132,7 @@ class AppSettingsCommand extends Command
|
|||
);
|
||||
|
||||
$selected = $this->config->get('queue.default', 'redis');
|
||||
$this->variables['QUEUE_DRIVER'] = $this->option('queue') ?? $this->choice(
|
||||
$this->variables['QUEUE_CONNECTION'] = $this->option('queue') ?? $this->choice(
|
||||
trans('command/messages.environment.app.queue_driver'),
|
||||
self::ALLOWED_QUEUE_DRIVERS,
|
||||
array_key_exists($selected, self::ALLOWED_QUEUE_DRIVERS) ? $selected : null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue