<?php
namespace ContainerX5z2x30;
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 getGetCategoriesWithGeoLocationActionService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'Slivki\Controller\MobileApi\V2\MeOnMap\GetCategoriesWithGeoLocationAction' shared autowired service.
*
* @return \Slivki\Controller\MobileApi\V2\MeOnMap\GetCategoriesWithGeoLocationAction
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Controller/MobileApi/V2/MeOnMap/GetCategoriesWithGeoLocationAction.php';
return $container->services['Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetCategoriesWithGeoLocationAction'] = new \Slivki\Controller\MobileApi\V2\MeOnMap\GetCategoriesWithGeoLocationAction(($container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'] ?? $container->load('getGetCategoriesWithGeoLocationsHandlerService')));
}
}