Provider name fix

This commit is contained in:
Bjarke Berg
2020-03-18 09:05:31 +01:00
parent 3e54d96f77
commit 2aac7e627f

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Configuration.Models
public ConfigConnectionString this[string key]
{
get => new ConfigConnectionString(_configuration.GetConnectionString(key), "sasd", key);
get => new ConfigConnectionString(_configuration.GetConnectionString(key), "System.Data.SqlClient", key);
set => throw new NotImplementedException();
}