var/cache/dev/ContainerIVucnTX/getNotificationAlertServiceService.php line 22

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 getNotificationAlertServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Services\NotificationAlertService' shared autowired service.
  12.      *
  13.      * @return \App\Services\NotificationAlertService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Services/NotificationAlertService.php';
  18.         $a = ($container->privates['App\\Services\\NotificationSenderHelperService'] ?? $container->getNotificationSenderHelperServiceService());
  19.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  20.             return $container->privates['App\\Services\\NotificationAlertService'];
  21.         }
  22.         $b = ($container->services['App\\Services\\AlertService'] ?? $container->load('getAlertServiceService'));
  23.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  24.             return $container->privates['App\\Services\\NotificationAlertService'];
  25.         }
  26.         $c = ($container->privates['App\\Services\\EventFollowerService'] ?? $container->load('getEventFollowerServiceService'));
  27.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  28.             return $container->privates['App\\Services\\NotificationAlertService'];
  29.         }
  30.         $d = ($container->services['App\\Services\\EventService'] ?? $container->getEventServiceService());
  31.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  32.             return $container->privates['App\\Services\\NotificationAlertService'];
  33.         }
  34.         $e = ($container->services['App\\Services\\RouterService'] ?? $container->getRouterServiceService());
  35.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  36.             return $container->privates['App\\Services\\NotificationAlertService'];
  37.         }
  38.         $f = ($container->services['App\\Services\\EventArticleService'] ?? $container->getEventArticleServiceService());
  39.         if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
  40.             return $container->privates['App\\Services\\NotificationAlertService'];
  41.         }
  42.         $container->privates['App\\Services\\NotificationAlertService'] = $instance = new \App\Services\NotificationAlertService($a$b$c$d$e$f, ($container->privates['twitter_alert_info'] ?? $container->load('getTwitterAlertInfoService')));
  43.         $instance->setEmailFrom($container->getEnv('MAIL_ALERT_FROM'));
  44.         $instance->setBookingMail($container->getEnv('BOOKING_MAIL'));
  45.         return $instance;
  46.     }
  47. }