Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function createRouter()
 {
     return $this->container->make($this->config->routerClass(), $this->config->routerParameters());
 }