示例#1
0
文件: Group.php 项目: tonis-io/tonis
 /**
  * {@inheritdoc}
  */
 public function put($path, $handler)
 {
     return $this->router->put($this->prefix . $path, $handler);
 }