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.
1 parent a201adb commit 0ef986eCopy full SHA for 0ef986e
README.md
@@ -54,6 +54,8 @@ To access the module, you need to add the following code to your application con
54
$event->getUser()->getId();
55
// get identity
56
$event->getUser()->getIdentity();
57
+ // get saved comment model
58
+ $event->getCommentModel();
59
// your custom code
60
}
61
]
0 commit comments