You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DependencyInjection/Configuration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ private function configureDbalDriverNode(ArrayNodeDefinition $node): void
324
324
'2.4',
325
325
'The "doctrine.dbal.override_url" configuration key is deprecated.',
326
326
)->end()
327
-
->scalarNode('dbname_suffix')->end()
327
+
->scalarNode('dbname_suffix')->info('Adds the given suffix to the configured database name, this option has no effects for the SQLite platform')->end()
0 commit comments