File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
</service >
72
72
<service id =" ApiPlatform\Core\Api\IriConverterInterface" alias =" api_platform.iri_converter.legacy" />
73
73
74
- <service id =" api_platform.symfony.iri_converter" class =" ApiPlatform\Symfony\Routing\IriConverter" public =" false" decorates = " api_platform.iri_converter.legacy " >
74
+ <service id =" api_platform.symfony.iri_converter" class =" ApiPlatform\Symfony\Routing\IriConverter" public =" false" >
75
75
<argument type =" service" id =" api_platform.state_provider" />
76
76
<argument type =" service" id =" api_platform.router" />
77
77
<argument type =" service" id =" api_platform.api.identifiers_extractor" />
78
78
<argument type =" service" id =" api_platform.resource_class_resolver" />
79
79
<argument type =" service" id =" api_platform.metadata.resource.metadata_collection_factory" />
80
80
<argument type =" service" id =" api_platform.uri_variables.converter" />
81
- <argument type =" service" id =" api_platform.symfony. iri_converter.inner " />
81
+ <argument type =" service" id =" api_platform.iri_converter.legacy " />
82
82
</service >
83
83
<service id =" api_platform.iri_converter" alias =" api_platform.symfony.iri_converter" />
84
84
<service id =" ApiPlatform\Api\IriConverterInterface" alias =" api_platform.symfony.iri_converter" />
You can’t perform that action at this time.
0 commit comments