Skip to content

Commit 3912339

Browse files
committed
fix: make public const in enum's stub
1 parent ef59839 commit 3912339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Enums/enum.attribute.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const {{ AttributeName }} = '{{ AttributeString }}';
1+
public const {{ AttributeName }} = '{{ AttributeString }}';

0 commit comments

Comments
 (0)