Revert "REVIEW/FIX: Just removing placeholder IApplicationTreeService and ISectionService registrations until we figure defaulting."

This reverts commit 57d22a87c0.
This commit is contained in:
Lars-Erik Aabech
2018-10-22 23:21:27 +02:00
parent ae88932bb8
commit fbd73dd596

View File

@@ -57,9 +57,8 @@ namespace Umbraco.Core.Composing.Composers
//TODO: These are replaced in the web project - we need to declare them so that
// something is wired up, just not sure this is very nice but will work for now.
// fixme - we need to get rid of re-registering, and I need this gone for now. ><
//container.RegisterSingleton<IApplicationTreeService, EmptyApplicationTreeService>();
//container.RegisterSingleton<ISectionService, EmptySectionService>();
container.RegisterSingleton<IApplicationTreeService, EmptyApplicationTreeService>();
container.RegisterSingleton<ISectionService, EmptySectionService>();
return container;
}