Skip to content

Commit b83dbea

Browse files
committed
wip
1 parent 20feeaf commit b83dbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/Config/PostgresConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(
3232
#[SensitiveParameter]
3333
public string $username = 'postgres',
3434
#[SensitiveParameter]
35-
public ?string $password = null,
35+
public string $password = '',
3636
#[SensitiveParameter]
3737
public string $database = 'app',
3838
public NamingStrategy $namingStrategy = new PluralizedSnakeCaseStrategy(),

0 commit comments

Comments
 (0)