소스 검색

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 ] ]