Makes HasCurrent property protected on ResolverBase. #U4-4829
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user