Exemple #1
0
 /**
  * Adds given route to router
  *
  * @param Route $route
  * @throws \InvalidArgumentException
  * @return Adrenaline
  */
 public function addRoute(Route $route) : self
 {
     $this->router->addRoute($route);
     return $this;
 }