File tree Expand file tree Collapse file tree
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 <argument type =" service" id =" api_platform.serializer.mapping.class_metadata_factory.inner" />
6767 </service >
6868
69+ <service id =" api_platform.serializer.mapping.cache_class_metadata_factory" class =" Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory" decorates =" api_platform.serializer.mapping.class_metadata_factory" decoration-priority =" -2" public =" false" >
70+ <argument type =" service" id =" api_platform.serializer.mapping.cache_class_metadata_factory.inner" />
71+ <argument type =" service" id =" serializer.mapping.cache.symfony" />
72+ </service >
73+
6974 <!-- Resources Operations path resolver -->
7075 <service id =" api_platform.path_segment_name_generator.underscore" class =" ApiPlatform\Operation\UnderscorePathSegmentNameGenerator" public =" false" />
7176 <service id =" api_platform.path_segment_name_generator.dash" class =" ApiPlatform\Operation\DashPathSegmentNameGenerator" public =" false" />
You can’t perform that action at this time.
0 commit comments