mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
cleanup
This commit is contained in:
parent
e22c5c3e0a
commit
6e75c76c60
@ -118,9 +118,9 @@ class AppSettingsCommand extends Command
|
||||
}
|
||||
|
||||
if ($this->variables['QUEUE_CONNECTION'] !== 'sync') {
|
||||
Artisan::call('p:environment:queue-service', $redisUsed ? [
|
||||
'--use-redis' => true,
|
||||
] : []);
|
||||
Artisan::call('p:environment:queue-service', [
|
||||
'--use-redis' => $redisUsed,
|
||||
]);
|
||||
}
|
||||
|
||||
$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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user