'new_comment', 'video_id' => $this->video->id, 'video_route_key' => $this->video->getRouteKey(), 'video_title' => $this->video->title, 'video_thumbnail' => $this->video->thumbnail, 'actor_id' => $this->commenter->id, 'actor_name' => $this->commenter->name, 'actor_avatar' => $this->commenter->avatar_url, 'comment_preview' => Str::limit($this->comment->body, 80), ]; } }