var/cache/dev/ContainerLTu5Uzl/getPartnersServiceService.php line 29

Open in your IDE?
  1. <?php
  2. namespace ContainerLTu5Uzl;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getPartnersServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'AppBundle\Service\PartnersService' shared autowired service.
  12.      *
  13.      * @return \AppBundle\Service\PartnersService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/PartnersService.php';
  18.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/GeolocationService.php';
  19.         $a = ($container->privates['Pimcore\\Twig\\Extension\\Templating\\PimcoreUrl'] ?? $container->getPimcoreUrlService());
  20.         if (isset($container->privates['AppBundle\\Service\\PartnersService'])) {
  21.             return $container->privates['AppBundle\\Service\\PartnersService'];
  22.         }
  23.         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);
  24.     }
  25. }