We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20feeaf commit b83dbeaCopy full SHA for b83dbea
packages/database/src/Config/PostgresConfig.php
@@ -32,7 +32,7 @@ public function __construct(
32
#[SensitiveParameter]
33
public string $username = 'postgres',
34
35
- public ?string $password = null,
+ public string $password = '',
36
37
public string $database = 'app',
38
public NamingStrategy $namingStrategy = new PluralizedSnakeCaseStrategy(),
0 commit comments