Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function defaultRoute(RouteInterface $route)
 {
     $this->defaultRoute = $route->withPrefix($this->basePath);
 }