Public ctor on CoreRuntimeComponent

This commit is contained in:
Lars-Erik Aabech
2019-01-03 21:37:35 +01:00
parent 0481c2c736
commit b8a939d1a1

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Core.Runtime
{
public class CoreRuntimeComponent : IComponent
{
internal CoreRuntimeComponent(IEnumerable<Profile> mapperProfiles)
public CoreRuntimeComponent(IEnumerable<Profile> mapperProfiles)
{
// mapper profiles have been registered & are created by the container
Mapper.Initialize(configuration =>