Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e88c0b7

Browse filesBrowse files
committed
[DoctrineBundle] fixed previous commit
1 parent 8fbf196 commit e88c0b7
Copy full SHA for e88c0b7

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
  • src/Symfony/Bundle/DoctrineBundle/Resources/config
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,16 @@
4545
<service id="doctrine.orm.metadata_driver.annotation" class="Doctrine\ORM\Mapping\Driver\AnnotationDriver">
4646
<argument type="service" id="doctrine.orm.metadata_driver.annotation.reader" />
4747
<argument>%doctrine.orm.metadata_driver.entity_dirs%</argument>
48+
</service>
49+
50+
<service id="doctrine.orm.metadata_driver.annotation.reader" class="Doctrine\Common\Annotations\AnnotationReader">
4851
<call method="setDefaultAnnotationNamespace"><argument>%doctrine.orm.metadata.annotation_default_namespace%</argument></call>
4952
<call method="setAnnotationNamespaceAlias">
5053
<argument>Doctrine\ORM\Mapping\</argument>
5154
<argument>orm</argument>
5255
</call>
5356
</service>
5457

55-
<service id="doctrine.orm.metadata_driver.annotation.reader" class="Doctrine\Common\Annotations\AnnotationReader">
56-
<call method="setDefaultAnnotationNamespace"><argument>Doctrine\ORM\Mapping\</argument></call>
57-
</service>
58-
5958
<!--- XML Metadata Driver Service -->
6059
<service id="doctrine.orm.metadata_driver.xml" class="Doctrine\ORM\Mapping\Driver\XmlDriver">
6160
<argument>%doctrine.orm.metadata_driver.mapping_dirs%</argument>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.