We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444f339 commit a6f0d9aCopy full SHA for a6f0d9a
src/Symfony/Bundle/Resources/config/http_cache.xml
@@ -11,7 +11,7 @@
11
<argument>%api_platform.http_cache.shared_max_age%</argument>
12
<argument>%api_platform.http_cache.vary%</argument>
13
<argument>%api_platform.http_cache.public%</argument>
14
- <argument>api_platform.metadata.resource.metadata_collection_factory.retro_compatible</argument>
+ <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.retro_compatible" />
15
16
<tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-1" />
17
</service>
0 commit comments