This commit is contained in:
Bjarke Berg
2020-10-09 09:34:44 +02:00
parent 05d8b0aaf8
commit e69f3d02de
3 changed files with 4 additions and 5 deletions

View File

@@ -42,5 +42,4 @@ namespace Umbraco.Core.Models
[IgnoreDataMember]
int RelationTypeId { get; }
}
}

View File

@@ -28,7 +28,7 @@ namespace Umbraco.Core.Persistence.Factories
}
}
public static RelationDto BuildDto(IRelation entity)
public static RelationDto BuildDto(IRelation entity)
{
var dto = new RelationDto
{
@@ -44,7 +44,7 @@ namespace Umbraco.Core.Persistence.Factories
return dto;
}
public static RelationDto BuildDto(ReadOnlyRelation entity)
{
var dto = new RelationDto

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"umbracoDbDSN": "Server=(LocalDB)\\Umbraco;Database=NetCore;Integrated Security=true"
"umbracoDbDSN": ""
},
"Serilog": {
"MinimumLevel": {
@@ -71,4 +71,4 @@
}
}
}
}
}