From b0db9958ffb7ae9a647787d033e3970472ac107a Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Wed, 1 Mar 2023 17:05:00 +0100 Subject: [PATCH] major changes :bug: --- Sources/EntityFramework/ChampionEntity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EntityFramework/ChampionEntity.cs b/Sources/EntityFramework/ChampionEntity.cs index 75c3bf8..5d2c455 100644 --- a/Sources/EntityFramework/ChampionEntity.cs +++ b/Sources/EntityFramework/ChampionEntity.cs @@ -32,7 +32,7 @@ namespace EntityFramework //public ImmutableHashSet Skills => skills.ToImmutableHashSet(); //private HashSet skills = new HashSet(); - private ICollection Skills { get; set; } + private ICollection Skills { get; set; } public ChampionEntity(string name,string bio,string icon) { this.Name = name;