Skip to content

Commit

Permalink
minor #4667 Remove redundant "default" connection (xelaris)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weaverryan committed Dec 22, 2014
2 parents c837ea1 + bab8f1a commit 84bf5e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reference/configuration/doctrine.rst
Expand Up @@ -26,9 +26,6 @@ Full Default Configuration
#schema_filter: ^sf2_
connections:
default:
dbname: database
# A collection of different named connections (e.g. default, conn2, etc)
default:
dbname: ~
Expand Down

0 comments on commit 84bf5e5

Please sign in to comment.