Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function add(RouterInterface $router, Route $route)
 {
     $router->setDefaults(array_merge($route->getPaths(), ['params' => $route->getParams()]));
 }