<?php
namespace ContainerLTu5Uzl;
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 getPartnersServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'AppBundle\Service\PartnersService' shared autowired service.
*
* @return \AppBundle\Service\PartnersService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/PartnersService.php';
include_once \dirname(__DIR__, 4).'/src/AppBundle/Service/GeolocationService.php';
$a = ($container->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $container->getPimcoreUrlService());
if (isset($container->privates['AppBundle\\Service\\PartnersService'])) {
return $container->privates['AppBundle\\Service\\PartnersService'];
}
return $container->privates['AppBundle\\Service\\PartnersService'] = new \AppBundle\Service\PartnersService(new \AppBundle\Service\GeolocationService(($container->privates['bazinga_geocoder.provider.googleMaps'] ?? $container->load('getBazingaGeocoder_Provider_GoogleMapsService'))), ($container->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $container->getLocaleServiceInterfaceService()), $a);
}
}