示例#1
0
 public static function updateTaskById($id)
 {
     $input = Input::get();
     Task::updateById($id, $input);
 }