Skip to content

Commit 0ef986e

Browse files
author
igor
committed
update README
1 parent a201adb commit 0ef986e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ To access the module, you need to add the following code to your application con
5454
$event->getUser()->getId();
5555
// get identity
5656
$event->getUser()->getIdentity();
57+
// get saved comment model
58+
$event->getCommentModel();
5759
// your custom code
5860
}
5961
]

0 commit comments

Comments
 (0)