diff --git a/src/OpenIddict.EntityFrameworkCore/OpenIddictCustomizer.cs b/src/OpenIddict.EntityFrameworkCore/OpenIddictCustomizer.cs index 87c418d2..77459060 100644 --- a/src/OpenIddict.EntityFrameworkCore/OpenIddictCustomizer.cs +++ b/src/OpenIddict.EntityFrameworkCore/OpenIddictCustomizer.cs @@ -17,7 +17,7 @@ namespace OpenIddict.EntityFrameworkCore /// Represents a model customizer able to register the entity sets /// required by the OpenIddict stack in an Entity Framework context. /// - public class OpenIddictCustomizer : ModelCustomizer + public class OpenIddictCustomizer : RelationalModelCustomizer where TApplication : OpenIddictApplication, new() where TAuthorization : OpenIddictAuthorization, new() where TScope : OpenIddictScope, new()