We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f54901 + 785fc79 commit 064eae6Copy full SHA for 064eae6
DependencyInjection/CaxyHtmlDiffExtension.php
@@ -47,7 +47,7 @@ public function load(array $configs, ContainerBuilder $container)
47
$cacheDriverId = $this->loadCacheDriver('doctrine_cache_driver', $config['doctrine_cache_driver'], $container);
48
}
49
50
- if (!isset($config['purifier_cache_location']) {
+ if (!isset($config['purifier_cache_location'])) {
51
$config['purifier_cache_location'] = $container->getParameter('kernel.cache_dir');
52
53
0 commit comments