File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/Symfony/Bundle/Resources/config/legacy Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 50
50
<argument type =" service" id =" api_platform.resource_class_resolver" />
51
51
</service >
52
52
53
- <service id =" api_platform.metadata.subresource.metadata_factory.annotation.legacy" class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory.legacy" decoration-priority =" 30" public =" false" >
54
- <argument type =" service" id =" annotation_reader" />
55
- <argument type =" service" id =" api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner" />
56
- </service >
57
-
58
- <service id =" api_platform.metadata.property.metadata_factory.annotation.legacy" class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory.legacy" decoration-priority =" 20" public =" false" >
59
- <argument type =" service" id =" annotation_reader" />
60
- <argument type =" service" id =" api_platform.metadata.property.metadata_factory.annotation.legacy.inner" />
61
- </service >
62
-
63
53
<service id =" api_platform.metadata.property.metadata_factory.cached.legacy" class =" ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory.legacy" decoration-priority =" -10" public =" false" >
64
54
<argument type =" service" id =" api_platform.cache.metadata.property.legacy" />
65
55
<argument type =" service" id =" api_platform.metadata.property.metadata_factory.cached.legacy.inner" />
Original file line number Diff line number Diff line change 20
20
<argument type =" service" id =" annotation_reader" />
21
21
<argument type =" service" id =" api_platform.metadata.resource.filter_metadata_factory.annotation.inner" />
22
22
</service >
23
+
24
+ <service id =" api_platform.metadata.subresource.metadata_factory.annotation.legacy" class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory.legacy" decoration-priority =" 30" public =" false" >
25
+ <argument type =" service" id =" annotation_reader" />
26
+ <argument type =" service" id =" api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner" />
27
+ </service >
28
+
29
+ <service id =" api_platform.metadata.property.metadata_factory.annotation.legacy" class =" ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory" decorates =" api_platform.metadata.property.metadata_factory.legacy" decoration-priority =" 20" public =" false" >
30
+ <argument type =" service" id =" annotation_reader" />
31
+ <argument type =" service" id =" api_platform.metadata.property.metadata_factory.annotation.legacy.inner" />
32
+ </service >
23
33
</services >
24
34
</container >
You can’t perform that action at this time.
0 commit comments