Fixes package service paths so that it's using content and web roots not just web

This commit is contained in:
Shannon
2020-08-04 14:51:12 +10:00
parent 03bb780c16
commit 99b012fc26
4 changed files with 25 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ namespace Umbraco.Core.Composing.CompositionExtensions
factory.GetInstance<IFileService>(),
factory.GetInstance<IMacroService>(),
factory.GetInstance<ILocalizationService>(),
factory.GetInstance<IIOHelper>(),
factory.GetInstance<IHostingEnvironment>(),
factory.GetInstance<IEntityXmlSerializer>(),
factory.GetInstance<ILogger>(),
factory.GetInstance<IUmbracoVersion>(),