diff --git a/core/Command/Status.php b/core/Command/Status.php index 439f9a06c456e..e08008c124742 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -56,7 +56,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $databaseError = $e->getMessage(); } } - + $values = [ 'installed' => $installed, 'version' => implode('.', $this->serverVersion->getVersion()),