Skip to content

Commit

Permalink
#7469 Unsealed class to allow override
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Jan 24, 2020
1 parent 05fe604 commit 7bdf97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7bdf97c

Please sign in to comment.