From e69f3d02de67b270eee12711994a670217dda099 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 9 Oct 2020 09:34:44 +0200 Subject: [PATCH] Clean up --- src/Umbraco.Core/Models/IRelation.cs | 1 - .../Persistence/Factories/RelationFactory.cs | 4 ++-- src/Umbraco.Web.UI.NetCore/appsettings.json | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Core/Models/IRelation.cs b/src/Umbraco.Core/Models/IRelation.cs index 2b975ba3ae..6bd348d72f 100644 --- a/src/Umbraco.Core/Models/IRelation.cs +++ b/src/Umbraco.Core/Models/IRelation.cs @@ -42,5 +42,4 @@ namespace Umbraco.Core.Models [IgnoreDataMember] int RelationTypeId { get; } } - } diff --git a/src/Umbraco.Infrastructure/Persistence/Factories/RelationFactory.cs b/src/Umbraco.Infrastructure/Persistence/Factories/RelationFactory.cs index 24d29cf608..f4117cc358 100644 --- a/src/Umbraco.Infrastructure/Persistence/Factories/RelationFactory.cs +++ b/src/Umbraco.Infrastructure/Persistence/Factories/RelationFactory.cs @@ -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 diff --git a/src/Umbraco.Web.UI.NetCore/appsettings.json b/src/Umbraco.Web.UI.NetCore/appsettings.json index 3b241a4173..70e3d6376d 100644 --- a/src/Umbraco.Web.UI.NetCore/appsettings.json +++ b/src/Umbraco.Web.UI.NetCore/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "umbracoDbDSN": "Server=(LocalDB)\\Umbraco;Database=NetCore;Integrated Security=true" + "umbracoDbDSN": "" }, "Serilog": { "MinimumLevel": { @@ -71,4 +71,4 @@ } } } -} \ No newline at end of file +}