示例#1
0
 public function cancelPlan()
 {
     return $this->changePlan(Plan::free());
 }