File: //dev/shm/fym/cache/prod/ContainerYor9IUF/getMaxmindOmniLookupService.php
<?php
namespace ContainerYor9IUF;
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 getMaxmindOmniLookupService extends AppKernelProdContainer
{
/*
* Gets the public 'Mautic\CoreBundle\IpLookup\MaxmindOmniLookup' shared autowired service.
*
* @return \Mautic\CoreBundle\IpLookup\MaxmindOmniLookup
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Mautic\\CoreBundle\\IpLookup\\MaxmindOmniLookup'] = new \Mautic\CoreBundle\IpLookup\MaxmindOmniLookup(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))));
}
}