Skip to content

Commit

Permalink
Fix pgsql.md (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Dec 3, 2023
1 parent ad6577d commit 261a9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connection/pgsql.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use Yiisoft\Db\Pgsql\Dsn;

return [
'yiisoft/db-pgsql' => [
'dsn' => (new Dsn('pgsql', '127.0.0.1', 'yiitest', '5432'))->asString();,
'dsn' => (new Dsn('pgsql', '127.0.0.1', 'yiitest', '5432'))->asString(),
'username' => 'user',
'password' => 'password',
],
Expand Down

0 comments on commit 261a9c1

Please sign in to comment.