Skip to content

Commit 52a9e72

Browse files
committed
implemented
1 parent cbe15b1 commit 52a9e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export abstract class InboxOutboxEvent {
22
/**
3-
* @description Should be unique static name of the event
3+
* @description Should be unique name of the event
44
*/
5-
name: string;
5+
public abstract readonly name: string;
66
}

0 commit comments

Comments
 (0)