model = new MemberWithdraw(); } public function getConfig(){ return (new CoreMemberWithdrawConfigService())->getMemberWithdrawConfig($this->site_id); } public function setConfig(array $data){ (new CoreMemberWithdrawConfigService())->setMemberWithdrawConfig($this->site_id, $data); return true; } }