var/cache/dev/ContainerIVucnTX/getCallbackServiceService.php line 25

Open in your IDE?
  1. <?php
  2. namespace ContainerIVucnTX;
  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 getCallbackServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Services\CallbackService' shared autowired service.
  12.      *
  13.      * @return \App\Services\CallbackService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Services/CallbackService.php';
  18.         include_once \dirname(__DIR__4).'/src/Services/CallbackNotificationService.php';
  19.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  20.         $b = ($container->services['App\\Services\\ActionLoggerService'] ?? $container->getActionLoggerServiceService());
  21.         $c = new \App\Services\CallbackNotificationService($a, ($container->privates['App\\Services\\NotificationSenderHelperService'] ?? $container->getNotificationSenderHelperServiceService()), $b);
  22.         $c->setWSMail($container->getEnv('WS_MAIL'));
  23.         return $container->services['App\\Services\\CallbackService'] = new \App\Services\CallbackService($a$b$c, ($container->services['App\\Services\\UserService'] ?? $container->getUserServiceService()), ($container->services['App\\Services\\MyEurovisionNotificationService'] ?? $container->load('getMyEurovisionNotificationServiceService')), ($container->services['App\\Services\\XmlGeneratorService'] ?? $container->load('getXmlGeneratorServiceService')));
  24.     }
  25. }