<?php
namespace ContainerLXkFAwm;
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 getAddressToolsService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\Location\AddressTools' shared autowired service.
*
* @return \App\Services\Location\AddressTools
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Location/AddressTools.php';
$a = ($container->privates['App\\Services\\LogTools'] ?? $container->getLogToolsService());
if (isset($container->privates['App\\Services\\Location\\AddressTools'])) {
return $container->privates['App\\Services\\Location\\AddressTools'];
}
return $container->privates['App\\Services\\Location\\AddressTools'] = new \App\Services\Location\AddressTools(($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->services['translator'] ?? $container->getTranslatorService()), $a, ($container->privates['App\\Services\\Config\\ModuleTools'] ?? $container->getModuleToolsService()));
}
}