We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77188b1 + f3fe546 commit 40fcbd2Copy full SHA for 40fcbd2
1 file changed
README.md
@@ -33,7 +33,7 @@ Then you need to create `DoctrineOrmMappingPass` and add it as `CompilerPass` in
33
parent::build($container);
34
35
$container->addCompilerPass(
36
- DoctrineOrmMappingsPass::createAnnotationMappingDriver(
+ DoctrineOrmMappingsPass::createAttributeMappingDriver(
37
[$this->getNamespace() . '\Entity'],
38
[$this->getPath() . '/Entity']
39
)
0 commit comments