var/cache/dev/ContainerUDh1l2S/getInvoiceServiceService.php line 28

Open in your IDE?
  1. <?php
  2. namespace ContainerUDh1l2S;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getInvoiceServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Service\Xero\InvoiceService' shared autowired service.
  12.      *
  13.      * @return \App\Service\Xero\InvoiceService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/ApiService.php';
  18.         include_once \dirname(__DIR__4).'/src/Service/Xero/XeroService.php';
  19.         include_once \dirname(__DIR__4).'/src/Service/Xero/InvoiceService.php';
  20.         include_once \dirname(__DIR__4).'/src/Serializer/XeroObjectConverter.php';
  21.         include_once \dirname(__DIR__4).'/src/Service/Xero/SettingService.php';
  22.         $a = ($container->privates['App\\Authenticator\\XeroAuthenticator'] ?? $container->load('getXeroAuthenticatorService'));
  23.         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'))));
  24.     }
  25. }