File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/Core/Bridge/Symfony/Bundle/Resources/config
tests/Core/Bridge/Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 133
133
<tag name =" serializer.normalizer" priority =" -895" />
134
134
</service >
135
135
136
+ <service id =" api_platform.serializer.mapping.class_metadata_factory" class =" ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory" decorates =" serializer.mapping.class_metadata_factory" decoration-priority =" -1" public =" false" >
137
+ <argument type =" service" id =" api_platform.serializer.mapping.class_metadata_factory.inner" />
138
+ </service >
139
+
136
140
<!-- Resources Operations path resolver -->
137
141
138
142
<service id =" api_platform.operation_path_resolver" alias =" api_platform.operation_path_resolver.router" public =" false" />
Original file line number Diff line number Diff line change @@ -1075,6 +1075,7 @@ private function getPartialContainerBuilderProphecy($configuration = null)
1075
1075
'api_platform.serializer.normalizer.item ' ,
1076
1076
'api_platform.serializer.property_filter ' ,
1077
1077
'api_platform.serializer.uuid_denormalizer ' ,
1078
+ 'api_platform.serializer.mapping.class_metadata_factory ' ,
1078
1079
'api_platform.serializer_locator ' ,
1079
1080
'api_platform.state.legacy_data_persister_processor ' ,
1080
1081
'api_platform.state_processor ' ,
You can’t perform that action at this time.
0 commit comments