From 4b5a6da084d02cfe31bc320ada36f5d16be2d06d Mon Sep 17 00:00:00 2001 From: Pierre Ferreira Date: Wed, 1 Mar 2023 17:01:04 +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 5d2c455..75c3bf8 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;