<?php
namespace ContainerLxn692d;
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 getDetailedDataSerializerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\Output\DetailedDataSerializer' shared autowired service.
*
* @return \App\Service\Output\DetailedDataSerializer
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/Output/DetailedDataSerializer.php';
$a = ($container->privates['App\\Service\\Output\\RemoteReadingsMiner'] ?? $container->getRemoteReadingsMinerService());
if (isset($container->privates['App\\Service\\Output\\DetailedDataSerializer'])) {
return $container->privates['App\\Service\\Output\\DetailedDataSerializer'];
}
$b = ($container->privates['App\\Service\\Output\\UnitsCalculator'] ?? $container->getUnitsCalculatorService());
if (isset($container->privates['App\\Service\\Output\\DetailedDataSerializer'])) {
return $container->privates['App\\Service\\Output\\DetailedDataSerializer'];
}
return $container->privates['App\\Service\\Output\\DetailedDataSerializer'] = new \App\Service\Output\DetailedDataSerializer($a, $b);
}
}