I have updated the Consent.HistoryInternal to internal

This commit is contained in:
Shannon
2018-02-26 16:51:34 +11:00
parent e1821697d4
commit 78657f34d6

View File

@@ -97,6 +97,6 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets the previous states of this consent.
/// </summary>
public List<IConsent> HistoryInternal { get; set; }
internal List<IConsent> HistoryInternal { get; set; }
}
}