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.
dbal.connections.default_dbname
1 parent 0ff098b commit a9438aeCopy full SHA for a9438ae
src/DependencyInjection/Configuration.php
@@ -357,7 +357,7 @@ private function configureDbalDriverNode(ArrayNodeDefinition $node): void
357
->end()
358
->scalarNode('default_dbname')
359
->info(
360
- 'Override the default database (postgres) to connect to for PostgreSQL connexion.',
+ 'Override the default database (postgres) to connect to for PostgreSQL connection.',
361
)
362
363
->scalarNode('sslmode')
0 commit comments