Revert "REVIEW/FIX: Just removing placeholder IApplicationTreeService and ISectionService registrations until we figure defaulting."
This reverts commit 57d22a87c0.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user