setupConfig('workfeed'); $this->allowUpdate([ workfeed_enabled_c::class, workfeed_api_url_c::class, workfeed_api_key_c::class, workfeed_company_id_c::class, ]); $this->enabled = new workfeed_enabled_c(); $this->api_url = new workfeed_api_url_c(); $this->api_key = new workfeed_api_key_c(); $this->company_id = new workfeed_company_id_c(); } }