Skip to content

Commit 7bdf97c

Browse files
committed
#7469 Unsealed class to allow override
1 parent 05fe604 commit 7bdf97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.ModelsBuilder.Embedded/ImplementPropertyTypeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Umbraco.ModelsBuilder.Embedded
77
/// </summary>
88
/// <remarks>And therefore it should not be generated.</remarks>
99
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
10-
public sealed class ImplementPropertyTypeAttribute : Attribute
10+
public class ImplementPropertyTypeAttribute : Attribute
1111
{
1212
public ImplementPropertyTypeAttribute(string alias)
1313
{

0 commit comments

Comments
 (0)