Skip to content

Commit 06a7fb7

Browse files
committed
add config for super
1 parent 3a70e94 commit 06a7fb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: CustomHelper.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
class CustomHelper extends Helper {
2+
constructor(config: any) {
3+
super(config)
4+
}
25
printMessage(msg: string) {
36
console.log(msg)
47
}

0 commit comments

Comments
 (0)