setupConfig('n8n'); $this->allowUpdate([ n8n_enabled_c::class, n8n_api_url_c::class, n8n_api_key_c::class, n8n_webhook_base_url_c::class, ]); $this->enabled = new n8n_enabled_c(); $this->api_url = new n8n_api_url_c(); $this->api_key = new n8n_api_key_c(); $this->webhook_base_url = new n8n_webhook_base_url_c(); } }