예제 #1
0
파일: group.php 프로젝트: momoim/momo-api
 public function updateTab()
 {
     $result = $this->model->updateTab();
     $this->send_response(200, $result);
 }