Skip to content

Commit 6f51f90

Browse files
committed
minor #7502 Fixed typo (KatharinaSt)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7502). Discussion ---------- Fixed typo Fixed "DoctrieMongoDBMappingsPass" to "DoctrineMongoDBMappingsPass" Commits ------- 210e85e Fixed typo
2 parents acea751 + 210e85e commit 6f51f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/mapping_model_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ be adapted for your case::
6161
));
6262
}
6363

64-
if (class_exists(DoctrieMongoDBMappingsPass::class)) {
64+
if (class_exists(DoctrineMongoDBMappingsPass::class)) {
6565
$container->addCompilerPass(
6666
DoctrineMongoDBMappingsPass::createXmlMappingDriver(
6767
$mappings,

0 commit comments

Comments
 (0)