mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
fix artisan call in app settings command
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user