Fix merge issues
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Umbraco.Cms.Infrastructure.DependencyInjection
|
||||
builder.Services.AddUnique<IInstallationRepository, InstallationRepository>();
|
||||
builder.Services.AddUnique<IUpgradeCheckRepository, UpgradeCheckRepository>();
|
||||
builder.Services.AddUnique<ILogViewerQueryRepository, LogViewerQueryRepository>();
|
||||
builder.Services.AddUnique<INodeCountRepository, NodeCountRepository>();
|
||||
|
||||
return builder;
|
||||
}
|
||||
|
||||
@@ -16,6 +16,8 @@ using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Services.Implement;
|
||||
using Umbraco.Cms.Infrastructure.Packaging;
|
||||
using Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement;
|
||||
using Umbraco.Cms.Infrastructure.Services.Implement;
|
||||
using Umbraco.Cms.Infrastructure.Telemetry.Providers;
|
||||
using Umbraco.Cms.Infrastructure.Templates;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user