<?php
namespace Container7SkFI4h;
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 getGetGeoLocationsAction2Service extends App_KernelDevDebugContainer
{
/**
* Gets the public 'Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction' shared autowired service.
*
* @return \Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MobileApi/V2/MeOnMap/GetGeoLocationsAction.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Query/MeOnMap/GetGeoLocationHandler.php';
$container->services['Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetGeoLocationsAction'] = $instance = new \Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction(new \Slivki\MessageHandler\Query\MeOnMap\GetGeoLocationHandler(($container->services['Slivki\\Services\\MeOnMap\\GetGeoLocationsResponseCacheService'] ?? $container->load('getGetGeoLocationsResponseCacheServiceService'))));
$instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetGeoLocationsAction', $container));
return $instance;
}
}