Skip to content

Commit 7cead26

Browse files
committed
Spelling.
1 parent 6a1c1c1 commit 7cead26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Console/Commands/UpdateEnvironment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ public function handle()
171171
];
172172
$default = (in_array(config('queue.driver', 'database'), $options)) ? config('queue.driver', 'database') : 'database';
173173

174-
$this->line('If you chose redis as your cache driver backend, you *must* have a redis server configured already.');
175-
$variables['QUEUE_DRIVER'] = $this->choice('Which cache driver backend would you like to use?', $options, $default);
174+
$this->line('If you chose redis as your queue driver backend, you *must* have a redis server configured already.');
175+
$variables['QUEUE_DRIVER'] = $this->choice('Which queue driver backend would you like to use?', $options, $default);
176176
} else {
177177
$variables['QUEUE_DRIVER'] = $this->option('queue-driver');
178178
}

0 commit comments

Comments
 (0)