setupConfig('Slack'); $this->allowUpdate([ slack_customer_registration_webhook_url_c::class, slack_internal_department_goal_progress_webhook_url_c::class, slack_internal_department_ids_c::class, ]); $this->customer_registration_webhook_url = new slack_customer_registration_webhook_url_c(); $this->internal_department_goal_progress_webhook_url = new slack_internal_department_goal_progress_webhook_url_c(); $this->internal_department_ids = new slack_internal_department_ids_c(); } }