<?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 getContactServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\Xero\ContactService' shared autowired service.
*
* @return \App\Service\Xero\ContactService
*/
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/ContactService.php';
return $container->privates['App\\Service\\Xero\\ContactService'] = new \App\Service\Xero\ContactService(($container->privates['App\\Authenticator\\XeroAuthenticator'] ?? $container->load('getXeroAuthenticatorService')), ($container->privates['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')));
}
}