Fixes: U4-6789 Core.Models.Macro is internal
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Umbraco.Core.Models
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
[DataContract(IsReference = true)]
|
||||
internal class Macro : Entity, IMacro
|
||||
public class Macro : Entity, IMacro
|
||||
{
|
||||
public Macro()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user