We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3634d9c commit 3949c86Copy full SHA for 3949c86
1 file changed
src/DependencyInjection/Compiler/DoctrineCompilerPass.php
@@ -71,6 +71,9 @@ protected function enableDoctrineSupport(array $config)
71
continue;
72
}
73
74
+ // Copy the tagging setting to the $typeConfig
75
+ $typeConfig['use_tagging'] = $config['use_tagging'];
76
+
77
// Doctrine can't talk to a PSR-6 cache, so we need a bridge
78
$bridgeServiceId = sprintf('cache.service.doctrine.%s.%s.bridge', $cacheType, $type);
79
$this->container->register($bridgeServiceId, DoctrineCacheBridge::class)
0 commit comments