getPath(), [], [], $route->getOptions()); $symfonyRoute->setMethods($route->getMethods()); parent::add($name, $symfonyRoute, $priority); } else { parent::add($name, $route, $priority); } } }