var/cache/dev/ContainerLeaV3TX/getWebServiceTPVService.php line 28
- <?php
- namespace ContainerLeaV3TX;
- 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 getWebServiceTPVService extends App_KernelDevDebugContainer
- {
- /**
- * Gets the private 'App\Services\WebServiceTPV' shared autowired service.
- *
- * @return \App\Services\WebServiceTPV
- */
- public static function do($container, $lazyLoad = true)
- {
- include_once \dirname(__DIR__, 4).'/src/Services/WebServiceTPV.php';
- $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
- if (isset($container->privates['App\\Services\\WebServiceTPV'])) {
- return $container->privates['App\\Services\\WebServiceTPV'];
- }
- return $container->privates['App\\Services\\WebServiceTPV'] = new \App\Services\WebServiceTPV($a, ($container->services['monolog.logger.webservices'] ?? $container->load('getMonolog_Logger_WebservicesService')), ($container->services['kernel'] ?? $container->get('kernel', 1)));
- }
- }