Making class public

This commit is contained in:
Elitsa Marinovska
2020-04-21 11:03:04 +02:00
parent c185b67ed0
commit acad9d1f84
@@ -26,7 +26,7 @@ namespace Umbraco.Web.Common.Filters
/// this DataToken exists before the action executes in case the developer resolves an RTE value that contains
/// a partial view macro form.
/// </remarks>
internal class EnsurePartialViewMacroViewContextFilterAttribute : ActionFilterAttribute
public class EnsurePartialViewMacroViewContextFilterAttribute : ActionFilterAttribute
{
/// <summary>