body = clean($topic->body, 'user_topic_body'); $topic->excerpt = make_excerpt($topic->body); } public function updating(Topic $topic) { // } }