companyModuleId = $data['company_module_id']; } public function toArray(): array { return [ 'company_module_id' => $this->companyModuleId, ]; } }