var\cache\dev\ContainerTBNdeO0\getPaymentServiceService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerTBNdeO0;
  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 getPaymentServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Service\PaymentService' shared autowired service.
  12.      *
  13.      * @return \App\Service\PaymentService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  18.         if (isset($container->privates['App\\Service\\PaymentService'])) {
  19.             return $container->privates['App\\Service\\PaymentService'];
  20.         }
  21.         $b = ($container->privates['App\\Service\\DiscountService'] ?? $container->load('getDiscountServiceService'));
  22.         if (isset($container->privates['App\\Service\\PaymentService'])) {
  23.             return $container->privates['App\\Service\\PaymentService'];
  24.         }
  25.         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);
  26.     }
  27. }