Skip to content

Commit

Permalink
Update method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Mar 4, 2024
1 parent 22b85a4 commit c087456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/SiteTexts/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ContentLocalizationStartup : StartupBase
{
public override void ConfigureServices(IServiceCollection services)
{
services.RemoveImplementations<ISiteTextService>();
services.RemoveImplementationsOf<ISiteTextService>();
services.AddScoped<ISiteTextService, ContentLocalizationSiteTextService>();
}
}

0 comments on commit c087456

Please sign in to comment.