<?php
namespace ContainerEGaIijG;
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 getMeteomaticsWeatherServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\MeteomaticsWeatherService' shared autowired service.
*
* @return \App\Service\MeteomaticsWeatherService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/MeteomaticsWeatherService.php';
return $container->privates['App\\Service\\MeteomaticsWeatherService'] = new \App\Service\MeteomaticsWeatherService(($container->privates['App\\Service\\RedisCache'] ?? $container->getRedisCacheService()));
}
}