File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Filter options
src/Symfony/Bundle/DoctrineBundle/Resources/config Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Original file line number Diff line number Diff line change 45
45
<service id =" doctrine.orm.metadata_driver.annotation" class =" Doctrine\ORM\Mapping\Driver\AnnotationDriver" >
46
46
<argument type =" service" id =" doctrine.orm.metadata_driver.annotation.reader" />
47
47
<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" >
48
51
<call method =" setDefaultAnnotationNamespace" ><argument >%doctrine.orm.metadata.annotation_default_namespace%</argument ></call >
49
52
<call method =" setAnnotationNamespaceAlias" >
50
53
<argument >Doctrine\ORM\Mapping\</argument >
51
54
<argument >orm</argument >
52
55
</call >
53
56
</service >
54
57
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
-
59
58
<!-- - XML Metadata Driver Service -->
60
59
<service id =" doctrine.orm.metadata_driver.xml" class =" Doctrine\ORM\Mapping\Driver\XmlDriver" >
61
60
<argument >%doctrine.orm.metadata_driver.mapping_dirs%</argument >
You can’t perform that action at this time.
0 commit comments