From fbd73dd5969e82a483554c272e077d78cac52b3a Mon Sep 17 00:00:00 2001 From: Lars-Erik Aabech Date: Mon, 22 Oct 2018 23:21:27 +0200 Subject: [PATCH] Revert "REVIEW/FIX: Just removing placeholder IApplicationTreeService and ISectionService registrations until we figure defaulting." This reverts commit 57d22a87c03d715cce9ede4e4f8bb92a7b5617e9. --- src/Umbraco.Core/Composing/Composers/ServicesComposer.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Core/Composing/Composers/ServicesComposer.cs b/src/Umbraco.Core/Composing/Composers/ServicesComposer.cs index ed8bece0e1..16b824e481 100644 --- a/src/Umbraco.Core/Composing/Composers/ServicesComposer.cs +++ b/src/Umbraco.Core/Composing/Composers/ServicesComposer.cs @@ -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(); - //container.RegisterSingleton(); + container.RegisterSingleton(); + container.RegisterSingleton(); return container; }