cleanup
This commit is contained in:
parent
e22c5c3e0a
commit
6e75c76c60
@ -118,9 +118,9 @@ class AppSettingsCommand extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->variables['QUEUE_CONNECTION'] !== 'sync') {
|
if ($this->variables['QUEUE_CONNECTION'] !== 'sync') {
|
||||||
Artisan::call('p:environment:queue-service', $redisUsed ? [
|
Artisan::call('p:environment:queue-service', [
|
||||||
'--use-redis' => true,
|
'--use-redis' => $redisUsed,
|
||||||
] : []);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->info($this->console->output());
|
$this->info($this->console->output());
|
||||||
@ -129,7 +129,7 @@ class AppSettingsCommand extends Command
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request connection details and verify them.
|
* Request redis connection details and verify them.
|
||||||
*/
|
*/
|
||||||
private function requestRedisSettings(): void
|
private function requestRedisSettings(): void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user