File: /var/www/payments-gateway/var/cache/dev/Container2MaXexq/getConsoleProfilerListenerService.php
<?php
namespace Container2MaXexq;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getConsoleProfilerListenerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'console_profiler_listener' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/EventListener/ConsoleProfilerListener.php';
$a = ($container->privates['.lazy_profiler'] ?? $container->load('get_LazyProfilerService'));
if (isset($container->privates['console_profiler_listener'])) {
return $container->privates['console_profiler_listener'];
}
return $container->privates['console_profiler_listener'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener($a, ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container)), ($container->services['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true)), $container->getEnv('not:default:kernel.runtime_mode.web:'), ($container->services['router'] ?? self::getRouterService($container)));
}
}