8000 Revert "[DoctrineMongoDBBundle] updated DocumentManager definition to… · wowo/symfony@20cf9f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20cf9f8

Browse files
jwagefabpot
authored andcommitted
Revert "[DoctrineMongoDBBundle] updated DocumentManager definition to reflect latest ODM changes"
This reverts commit 6555013.
1 parent 1a07420 commit 20cf9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ protected function loadDocumentManager(array $documentManager, ContainerBuilder
163163

164164
$odmDmArgs = array(
165165
new Reference(sprintf('doctrine.odm.mongodb.%s_connection', isset($documentManager['connection']) ? $documentManager['connection'] : $documentManager['name'])),
166-
isset($documentManager['database']) ? $documentManager['database'] : $defaultDatabase,
167166
new Reference(sprintf('doctrine.odm.mongodb.%s_configuration', $documentManager['name'])),
168167
new Reference($eventManagerId),
169168
);

0 commit comments

Comments
 (0)
0