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