Make ActionDelete.ActionAlias public again

This commit is contained in:
Matt Brailsford
2022-05-26 08:54:05 +01:00
committed by Michael Latouche
parent f3c4c677f3
commit d0a752248e

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Cms.Core.Actions
/// <summary>
/// The unique action alias
/// </summary>
private const string ActionAlias = "delete";
public const string ActionAlias = "delete";
/// <summary>
/// The unique action letter