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