<?php
namespace ContainerLryOma0;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getIpToolsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Security\IpTools' shared autowired service.
*
* @return \App\Services\Security\IpTools
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Security/IpTools.php';
$a = ($container->privates['App\\Services\\LogTools'] ?? $container->load('getLogToolsService'));
if (isset($container->privates['App\\Services\\Security\\IpTools'])) {
return $container->privates['App\\Services\\Security\\IpTools'];
}
return $container->privates['App\\Services\\Security\\IpTools'] = new \App\Services\Security\IpTools(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
}
}