Skip to content

Commit ec47526

Browse files
Ready for installation and use
1 parent 0e2cc75 commit ec47526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/service.stub

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ class {{ class }} {
66
public function __construct() {
77
//
88
}
9+
10+
public function doSomething(): string {
11+
return "Something done!";
12+
}
913
}

0 commit comments

Comments
 (0)