File tree 1 file changed +13
-1
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
6
6
7
7
<services >
8
- <service id =" annotations.reader" class =" Doctrine\Common\Annotations\AnnotationReader" public =" false" />
8
+ <service id =" annotations.reader" class =" Doctrine\Common\Annotations\AnnotationReader" public =" false" >
9
+ <call method =" addGlobalIgnoredName" >
10
+ <argument >required</argument >
11
+ <argument type =" service" >
12
+ <!-- dummy arg to register class_exists as annotation loader only when required -->
13
+ <service class =" Doctrine\Common\Annotations\AnnotationRegistry" >
14
+ <call method =" registerLoader" >
15
+ <argument >class_exists</argument >
16
+ </call >
17
+ </service >
18
+ </argument >
19
+ </call >
20
+ </service >
9
21
<service id =" Doctrine\Common\Annotations\Reader" alias =" annotations.reader" public =" false" />
10
22
11
23
<service id =" annotations.cached_reader" class =" Doctrine\Common\Annotations\CachedReader" public =" false" >
You can’t perform that action at this time.
0 commit comments