We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Extends
1 parent e03c0e3 commit 4ebf10bCopy full SHA for 4ebf10b
src/providers/FileSystemProvider/FileSystemProvider.ts
@@ -47,7 +47,7 @@ export function generateFileContent(
47
preamble.push(nextLine);
48
}
49
if (content.length === 0) {
50
- content.push(`Class ${className}`, "{", "}");
+ content.push(`Class ${className} Extends %RegisteredObject`, "{", "}");
51
52
return {
53
content,
0 commit comments