make composers and components public

(cherry picked from commit f288a63342)
This commit is contained in:
Arkadiusz Biel
2020-10-12 18:57:56 +01:00
committed by Sebastiaan Janssen
parent f24c54acad
commit b96776949f
7 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.ModelsBuilder.Embedded.Compose
/// <summary>
/// Special component used for when MB is disabled with the legacy MB is detected
/// </summary>
internal class DisabledModelsBuilderComponent : IComponent
public sealed class DisabledModelsBuilderComponent : IComponent
{
private readonly UmbracoFeatures _features;