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

@@ -6,7 +6,7 @@ using Umbraco.Core.Logging;
namespace Umbraco.Web.Logging
{
internal sealed class WebProfilerComponent : IComponent
public sealed class WebProfilerComponent : IComponent
{
private readonly WebProfiler _profiler;
private readonly bool _profile;