Example #1
0
 /**
  * @param Route $route
  * @return RouteCollection
  */
 public function addRoute(Route $route) : parent
 {
     $this->dirty = true;
     return parent::addRoute($route);
 }