Update src/Umbraco.Infrastructure/Persistence/UmbracoDatabaseFactory.cs

This commit is contained in:
Bjarke Berg
2021-07-06 21:20:31 +02:00
committed by GitHub
parent 641530df14
commit e379a8fd44

View File

@@ -280,7 +280,7 @@ namespace Umbraco.Cms.Infrastructure.Persistence
// add all registered mappers for NPoco
_pocoMappers.AddRange(_npocoMappers);
_pocoMappers.AddRange(_npocoMappers);
_pocoMappers.AddRange(_dbProviderFactoryCreator.ProviderSpecificMappers(_providerName));
var factory = new FluentPocoDataFactory(GetPocoDataFactoryResolver);
_pocoDataFactory = factory;