We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86da79f commit 8e4595dCopy full SHA for 8e4595d
src/DependencyInjection/Compiler/PurgeTypeSettingsPass.php
@@ -46,5 +46,6 @@ public function process(ContainerBuilder $container)
46
47
$container->setAlias('ezplatform.http_cache.purge_client', $purgeServiceId);
48
$container->setAlias('ezplatform.view_cache.response_configurator', $responseConfiguratorServiceId);
49
+ $container->setParameter('fos_http_cache.tags.header', 'xkey');
50
}
51
0 commit comments