Makes the TourFilterResolver a real resolver

This commit is contained in:
Shannon
2018-01-11 18:00:42 +11:00
parent ce11a377e6
commit d7f2041ee9
6 changed files with 172 additions and 25 deletions

View File

@@ -394,7 +394,7 @@ namespace Umbraco.Core.ObjectResolution
/// WARNING! Do not use this unless you know what you are doing, clear all types registered and instances
/// created. Typically only used if a resolver is no longer used in an application and memory is to be GC'd
/// </summary>
internal void ResetCollections()
internal virtual void ResetCollections()
{
using (new WriteLock(_lock))
{