Esempio n. 1
0
 /**
  * @param string $path
  * @param string|callable $handler
  * @return \Fastra\Route
  */
 public function delete($path, $handler)
 {
     return $this->routeCollection->delete($path, $handler);
 }