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