Skip to content

Commit

Permalink
Renaming extension method
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Oct 31, 2023
1 parent b187f5f commit de7339a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lombiq.OSOCE.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// create UI tests check out the project.
builder.Services
.AddSingleton(configuration)
.InitializeApplicationInsightsTelemetry(configuration)
.AddOrchardCoreApplicationInsightsTelemetry(configuration)
.AddOrchardCms(orchardCoreBuilder =>
{
orchardCoreBuilder.ConfigureFeaturesGuard(
Expand Down

0 comments on commit de7339a

Please sign in to comment.