This commit is contained in:
Bjarke Berg
2020-01-24 09:20:16 +01:00
parent 05fe604e22
commit 7bdf97c431

View File

@@ -7,7 +7,7 @@ namespace Umbraco.ModelsBuilder.Embedded
/// </summary>
/// <remarks>And therefore it should not be generated.</remarks>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public sealed class ImplementPropertyTypeAttribute : Attribute
public class ImplementPropertyTypeAttribute : Attribute
{
public ImplementPropertyTypeAttribute(string alias)
{