Aligned builders

This commit is contained in:
Bjarke Berg
2020-04-01 08:18:56 +02:00
parent b45c2f9412
commit 9e38ed045f
6 changed files with 68 additions and 40 deletions

View File

@@ -155,8 +155,6 @@ namespace Umbraco.Web.Common.Extensions
backOfficeInfo = new AspNetCoreBackOfficeInfo(globalSettings);
profiler = GetWebProfiler(hostingEnvironment, httpContextAccessor);
Current.Initialize(logger, configs, ioHelper, hostingEnvironment, backOfficeInfo, profiler);
}
private static IProfiler GetWebProfiler(Umbraco.Core.Hosting.IHostingEnvironment hostingEnvironment, IHttpContextAccessor httpContextAccessor)