update convention

This commit is contained in:
alexandre-spieser
2017-10-22 00:47:27 +00:00
parent ce0b46d18c
commit 6ca32e461f
+1 -1
View File
@@ -38,7 +38,7 @@ namespace AspNetCore.Identity.MongoDbCore
new CamelCaseElementNameConvention(),
};
ConventionRegistry.Register("AspNetCore.Identity.MongoDB", pack, IsConventionApplicable);
ConventionRegistry.Register("AspNetCore.Identity.MongoDbCore", pack, IsConventionApplicable);
}
private static bool IsConventionApplicable(Type type)