<?php
namespace ContainerUDh1l2S;
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 getInvoiceServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\Xero\InvoiceService' shared autowired service.
*
* @return \App\Service\Xero\InvoiceService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/ApiService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Xero/XeroService.php';
include_once \dirname(__DIR__, 4).'/src/Service/Xero/InvoiceService.php';
include_once \dirname(__DIR__, 4).'/src/Serializer/XeroObjectConverter.php';
include_once \dirname(__DIR__, 4).'/src/Service/Xero/SettingService.php';
$a = ($container->privates['App\\Authenticator\\XeroAuthenticator'] ?? $container->load('getXeroAuthenticatorService'));
return $container->privates['App\\Service\\Xero\\InvoiceService'] = new \App\Service\Xero\InvoiceService($a, new \App\Serializer\XeroObjectConverter(($container->privates['App\\Repository\\XeroTrackingCategoryRepository'] ?? $container->load('getXeroTrackingCategoryRepositoryService')), ($container->privates['App\\Repository\\XeroTrackingOptionRepository'] ?? $container->load('getXeroTrackingOptionRepositoryService')), ($container->privates['App\\Repository\\XeroBrandingThemesRepository'] ?? $container->load('getXeroBrandingThemesRepositoryService')), new \App\Service\Xero\SettingService($a), ($container->privates['App\\Service\\SettingService'] ?? $container->load('getSettingServiceService'))));
}
}