We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0886c commit bbf20e2Copy full SHA for bbf20e2
src/DependencyInjection/Compiler/ReplaceFileLoadersPass.php
@@ -54,7 +54,7 @@ public function process(ContainerBuilder $container)
54
case 'addYamlMappings':
55
$metadataFactoryFactoryDefinition->addMethodCall($method, $arguments);
56
break;
57
- case 'enableAnnotationMapping':
+ case 'setDoctrineAnnotationReader':
58
$metadataFactoryFactoryDefinition->addMethodCall('setAnnotationReader', array(clone $arguments[0]));
59
60
case 'setMetadataCache':
0 commit comments