Makes HasCurrent property protected on ResolverBase. #U4-4829

This commit is contained in:
Rusty Swayne
2014-05-06 10:04:14 -07:00
parent cfd21bc924
commit 5fa128697b

View File

@@ -88,7 +88,7 @@ namespace Umbraco.Core.ObjectResolution
/// Gets a value indicating whether a the singleton nstance has been set.
/// </summary>
/// <remarks>To be used in unit tests.</remarks>
internal static bool HasCurrent
protected static bool HasCurrent
{
get
{