removes WebsiteComposer, BackOfficeComposer

This commit is contained in:
Shannon
2020-12-24 18:11:16 +11:00
parent cc84c866bc
commit 1a0d961e42
12 changed files with 147 additions and 263 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
@@ -70,7 +70,6 @@ namespace Umbraco.Core.Composing
foreach (var composer in composers)
{
var componentType = composer.GetType();
composer.Compose(_builder);
}
}