Ver Fonte

Merge pull request #504 from fixe/patch-1

Updated MongoDb subscriber
Gediminas Morkevicius há 12 anos atrás
pai
commit
446aff1dfe
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      doc/symfony2.md

+ 1 - 1
doc/symfony2.md

@@ -400,7 +400,7 @@ with other manager name:
                 # additional ORM subscriber
                 - { name: doctrine.event_subscriber, connection: other_connection }
                 # ODM MongoDb subscriber, where **default** is manager name
-                - { name: doctrine.odm.mongodb.default_event_subscriber }
+                - { name: doctrine_mongodb.odm.event_subscriber }
             calls:
                 - [ setAnnotationReader, [ @annotation_reader ] ]