Getting the mentioned Commenters from an existing comment
$comment->getMentioned()->each(function (Commenter $commenter) {
// do something with $commenter...
});
$comment->getMentioned()->each(function (Commenter $commenter) {
// do something with $commenter...
});