<?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 getGetCategoriesWithGeoLocationsHandlerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler' shared autowired service.
*
* @return \Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Query/MeOnMap/GetCategoriesWithGeoLocationsHandler.php';
$a = ($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'] ?? $container->load('getGetCategoriesWithGeoLocationsResponseCacheServiceService'));
if (isset($container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'])) {
return $container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'];
}
return $container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'] = new \Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler($a);
}
}