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; }