BaseMapper does not need be IDiscoverable

This commit is contained in:
Stephan
2019-04-04 08:26:26 +02:00
parent fd6368946c
commit 90c5ddf0dc

View File

@@ -6,7 +6,7 @@ using Umbraco.Core.Composing;
namespace Umbraco.Core.Persistence.Mappers
{
public abstract class BaseMapper : IDiscoverable
public abstract class BaseMapper
{
// note: using a Lazy<ISqlContext> here because during installs, we are resolving the
// mappers way before we have a configured IUmbracoDatabaseFactory, ie way before we