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