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