diff --git a/src/Configuration.php b/src/Configuration.php index 082ab49..217700b 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -128,7 +128,7 @@ class Configuration $s .= " dsn: " . $this->getDatabaseDSN() . "\n"; $s .= " name: " . $this->getDatabaseName() . "\n"; $s .= " user: " . $this->getDatabaseUser() . "\n"; - $s .= " password: " . $this->getDatabasePassword() . "\n"; + $s .= " password: \n"; $s .= "logs:\n"; $s .= " path: " . $this->getLogPath() . "\n";