make composers and components public
(cherry picked from commit f288a63342)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
f24c54acad
commit
b96776949f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user