<?php
namespace ContainerTBNdeO0;
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 getPaymentServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\PaymentService' shared autowired service.
*
* @return \App\Service\PaymentService
*/
public static function do($container, $lazyLoad = true)
{
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Service\\PaymentService'])) {
return $container->privates['App\\Service\\PaymentService'];
}
$b = ($container->privates['App\\Service\\DiscountService'] ?? $container->load('getDiscountServiceService'));
if (isset($container->privates['App\\Service\\PaymentService'])) {
return $container->privates['App\\Service\\PaymentService'];
}
return $container->privates['App\\Service\\PaymentService'] = new \App\Service\PaymentService(($container->privates['App\\Service\\BexioService'] ?? $container->load('getBexioServiceService')), ($container->privates['App\\Service\\EmailService'] ?? $container->load('getEmailServiceService')), $a, ($container->privates['App\\Service\\UserSurveyService'] ?? $container->load('getUserSurveyServiceService')), $b);
}
}