show output when running p:environment:queue-service

This commit is contained in:
Boy132 2024-06-04 13:01:24 +02:00
parent 33f10cbcb9
commit cff54f1969

View File

@ -118,7 +118,7 @@ class AppSettingsCommand extends Command
}
if ($this->variables['QUEUE_CONNECTION'] !== 'sync') {
Artisan::call('p:environment:queue-service', [
$this->call('p:environment:queue-service', [
'--use-redis' => $redisUsed,
]);
}