mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 09:44:45 +02:00
fix artisan call in app settings command
This commit is contained in:
parent
f6ef76d98e
commit
e22c5c3e0a
@ -118,7 +118,9 @@ class AppSettingsCommand extends Command
|
||||
}
|
||||
|
||||
if ($this->variables['QUEUE_CONNECTION'] !== 'sync') {
|
||||
Artisan::call('p:environment:queue-service', $redisUsed ? ['--use-redis'] : []);
|
||||
Artisan::call('p:environment:queue-service', $redisUsed ? [
|
||||
'--use-redis' => true,
|
||||
] : []);
|
||||
}
|
||||
|
||||
$this->info($this->console->output());
|
||||
|
Loading…
x
Reference in New Issue
Block a user