<?php
namespace ContainerEPUQhao;
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 getBillingServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Service\Billing\BillingService' shared autowired service.
*
* @return \App\Service\Billing\BillingService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/Billing/BillingService.php';
return $container->services['App\\Service\\Billing\\BillingService'] = new \App\Service\Billing\BillingService(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), $container->getEnv('API_VOS_FACTURE_TOKEN'));
}
}