Skip to content

Commit eacbd71

Browse files
committed
fix: added internal as stack
1 parent bbb5a45 commit eacbd71

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Contentstack.Core/Models/Taxonomy.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ protected override string _Url
4444
}
4545
}
4646
#endregion
47-
public ContentstackClient Stack
47+
internal new ContentstackClient Stack
4848
{
4949
get;
5050
set;
5151
}
5252

53-
5453
#region Internal Constructors
5554

5655
internal Taxonomy()

0 commit comments

Comments
 (0)