File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Bridge/Symfony/Bundle/Resources/config/metadata Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
</service>
30
30
-->
31
31
32
- <service id =" api_platform.metadata.property.metadata_factory.annotation" decorates =" api_platform.metadata.property.metadata_factory" decoration-priority =" 40 " class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory" public =" false" >
32
+ <service id =" api_platform.metadata.property.metadata_factory.annotation" decorates =" api_platform.metadata.property.metadata_factory" decoration-priority =" 20 " class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory" public =" false" >
33
33
<argument type =" service" id =" annotation_reader" />
34
34
<argument type =" service" id =" api_platform.metadata.property.metadata_factory.annotation.inner" />
35
35
</service >
Original file line number Diff line number Diff line change 23
23
</service >
24
24
25
25
<service id =" api_platform.metadata.property.metadata_factory" alias =" api_platform.metadata.property.metadata_factory.xml" />
26
- <service id =" api_platform.metadata.property.metadata_factory.xml" class =" ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory" public =" false" >
26
+ <service id =" api_platform.metadata.property.metadata_factory.xml" class =" ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory" decoration-priority = " 20 " public =" false" >
27
27
<argument type =" service" id =" api_platform.metadata.extractor.xml" />
28
28
</service >
29
29
</services >
Original file line number Diff line number Diff line change 22
22
<argument type =" service" id =" api_platform.metadata.property.name_collection_factory.yaml.inner" />
23
23
</service >
24
24
25
- <service id =" api_platform.metadata.property.metadata_factory.yaml" class =" ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory" decoration-priority =" 40 " public =" false" >
25
+ <service id =" api_platform.metadata.property.metadata_factory.yaml" class =" ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory" decoration-priority =" 20 " public =" false" >
26
26
<argument type =" service" id =" api_platform.metadata.extractor.yaml" />
27
27
<argument type =" service" id =" api_platform.metadata.property.metadata_factory.yaml.inner" />
28
28
</service >
You can’t perform that action at this time.
0 commit comments