setAttribute('content', clean($reply->getAttribute('content'), 'user_topic_body')); } public function updating(Reply $reply) { // } public function created(Reply $reply) { $topic = $reply->topic; $reply->topic->increment('reply_count', 1); if (!$reply->user->isAuthorOf($topic)) { $topic->user->notify(new TopicReplied($reply)); } } }