diff --git a/src/Services/UpgradeService.php b/src/Services/UpgradeService.php index 14dd8fbb..27662d45 100644 --- a/src/Services/UpgradeService.php +++ b/src/Services/UpgradeService.php @@ -25,6 +25,7 @@ final class UpgradeService public function runUpgradesVerbose() { + echo $this->config->database->user . '@' . $this->config->database->dsn . PHP_EOL; $this->runUpgrades(true); }