We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b4b7b commit bc0c6c0Copy full SHA for bc0c6c0
src/Symfony/Bundle/Resources/config/json_schema.xml
@@ -33,8 +33,9 @@
33
<argument type="service" id="api_platform.json_schema.backward_compatible_schema_factory.inner" />
34
</service>
35
36
- <service id="api_platform.json_schema.definition_name_factory" class="ApiPlatform\JsonSchema\DefinitionNameFactory"></service>
37
-
+ <service id="api_platform.json_schema.definition_name_factory" class="ApiPlatform\JsonSchema\DefinitionNameFactory">
+ <argument>%api_platform.formats%</argument>
38
+ </service>
39
</services>
40
41
</container>
0 commit comments