var/cache/dev/ContainerLkeALHf/getWebProfiler_Controller_ProfilerService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerLkeALHf;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getWebProfiler_Controller_ProfilerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'web_profiler.controller.profiler' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  18.         return $container->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.profiler'] ?? $container->get_Container_Private_ProfilerService()), ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), $container->parameters['data_collector.templates'], ($container->privates['web_profiler.csp.handler'] ?? $container->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  19.     }
  20. }