File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getMaxmindPrecisionLookupService.php
<?php
namespace ContainerPqu9koK;
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 getMaxmindPrecisionLookupService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\CoreBundle\IpLookup\MaxmindPrecisionLookup' shared autowired service.
*
* @return \Mautic\CoreBundle\IpLookup\MaxmindPrecisionLookup
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\CoreBundle\\IpLookup\\MaxmindPrecisionLookup'] = new \Mautic\CoreBundle\IpLookup\MaxmindPrecisionLookup(NULL, NULL, NULL, ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['mautic.http.client'] ?? ($container->services['mautic.http.client'] = new \GuzzleHttp\Client())), ($container->services['mautic.helper.core_parameters'] ?? ($container->services['mautic.helper.core_parameters'] = new \Mautic\CoreBundle\Helper\CoreParametersHelper($container))));
}
}