var/cache/dev/Container7SkFI4h/getGetGeoLocationsAction2Service.php line 18

Open in your IDE?
  1. <?php
  2. namespace Container7SkFI4h;
  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 getGetGeoLocationsAction2Service extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction' shared autowired service.
  12.      *
  13.      * @return \Slivki\Controller\MobileApi\V2\MeOnMap\GetGeoLocationsAction
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Controller/MobileApi/V2/MeOnMap/GetGeoLocationsAction.php';
  19.         include_once \dirname(__DIR__4).'/src/MessageHandler/Query/MeOnMap/GetGeoLocationHandler.php';
  20.         $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'))));
  21.         $instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetGeoLocationsAction'$container));
  22.         return $instance;
  23.     }
  24. }