예제 #1
0
파일: Group.php 프로젝트: tonis-io/tonis
 /**
  * {@inheritdoc}
  */
 public function put($path, $handler)
 {
     return $this->router->put($this->prefix . $path, $handler);
 }