Skip to content

Commit 84bf5e5

Browse files
committed
minor #4667 Remove redundant "default" connection (xelaris)
This PR was merged into the 2.3 branch. Discussion ---------- Remove redundant "default" connection | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >=2.3 | Fixed tickets | There where two connections with same key "default". I just removed the first one. It seems to be a relict from earlier versions. Commits ------- bab8f1a Remove redundant "default" connection.
2 parents c837ea1 + bab8f1a commit 84bf5e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

reference/configuration/doctrine.rst

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ Full Default Configuration
2626
#schema_filter: ^sf2_
2727
2828
connections:
29-
default:
30-
dbname: database
31-
3229
# A collection of different named connections (e.g. default, conn2, etc)
3330
default:
3431
dbname: ~

0 commit comments

Comments
 (0)