services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['prestashop.router'] ?? $this->load('getPrestashop_RouterService.php')), NULL, new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));