From f4f7fac189cb0f6b9d70e9d9b022173667b31f76 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Tue, 23 Jun 2015 13:30:55 -0700 Subject: [PATCH] Remove extra config param that's not used --- .../IdentityEntityFrameworkServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkServices.cs b/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkServices.cs index 47f45870..84a39e1d 100644 --- a/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkServices.cs +++ b/src/Microsoft.AspNet.Identity.EntityFramework/IdentityEntityFrameworkServices.cs @@ -13,7 +13,7 @@ namespace Microsoft.AspNet.Identity /// public class IdentityEntityFrameworkServices { - public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null, IConfiguration config = null) + public static IServiceCollection GetDefaultServices(Type userType, Type roleType, Type contextType, Type keyType = null) { Type userStoreType; Type roleStoreType;