Skip to content

Commit

Permalink
[DependencyInjection] Symfony5の対応を行った。
Browse files Browse the repository at this point in the history
  • Loading branch information
MasaakiYoshida committed May 18, 2022
1 parent 0a0886c commit bbf20e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function process(ContainerBuilder $container)
case 'addYamlMappings':
$metadataFactoryFactoryDefinition->addMethodCall($method, $arguments);
break;
case 'enableAnnotationMapping':
case 'setDoctrineAnnotationReader':
$metadataFactoryFactoryDefinition->addMethodCall('setAnnotationReader', array(clone $arguments[0]));
break;
case 'setMetadataCache':
Expand Down

0 comments on commit bbf20e2

Please sign in to comment.