postIds = $postIds; $this->otherInfo = $otherInfo; } public function toArray(): array { return [ 'post_ids' => $this->postIds, 'other_info' => $this->otherInfo, ]; } public function getActivityEventModel() { return null; } public function shouldCreateActivity(): bool { return false; } }