var/cache/dev/ContainerX5z2x30/getGetCategoriesWithGeoLocationsHandlerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerX5z2x30;
  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 getGetCategoriesWithGeoLocationsHandlerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler' shared autowired service.
  12.      *
  13.      * @return \Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  18.         include_once \dirname(__DIR__4).'/src/MessageHandler/Query/MeOnMap/GetCategoriesWithGeoLocationsHandler.php';
  19.         $a = ($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'] ?? $container->load('getGetCategoriesWithGeoLocationsResponseCacheServiceService'));
  20.         if (isset($container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'])) {
  21.             return $container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'];
  22.         }
  23.         return $container->privates['Slivki\\MessageHandler\\Query\\MeOnMap\\GetCategoriesWithGeoLocationsHandler'] = new \Slivki\MessageHandler\Query\MeOnMap\GetCategoriesWithGeoLocationsHandler($a);
  24.     }
  25. }