Example #1
0
 public function put($alias, $route, callable $action)
 {
     $this->addRoute(HttpMethod::PUT(), $alias, $route, $action);
 }