瀏覽代碼

Updated MongoDb subscriber

Tiago Ribeiro 12 年之前
父節點
當前提交
e1ad118dcb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ] ]