<?php
namespace ContainerIVucnTX;
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 getNotificationAlertServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\NotificationAlertService' shared autowired service.
*
* @return \App\Services\NotificationAlertService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/NotificationAlertService.php';
$a = ($container->privates['App\\Services\\NotificationSenderHelperService'] ?? $container->getNotificationSenderHelperServiceService());
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$b = ($container->services['App\\Services\\AlertService'] ?? $container->load('getAlertServiceService'));
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$c = ($container->privates['App\\Services\\EventFollowerService'] ?? $container->load('getEventFollowerServiceService'));
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$d = ($container->services['App\\Services\\EventService'] ?? $container->getEventServiceService());
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$e = ($container->services['App\\Services\\RouterService'] ?? $container->getRouterServiceService());
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$f = ($container->services['App\\Services\\EventArticleService'] ?? $container->getEventArticleServiceService());
if (isset($container->privates['App\\Services\\NotificationAlertService'])) {
return $container->privates['App\\Services\\NotificationAlertService'];
}
$container->privates['App\\Services\\NotificationAlertService'] = $instance = new \App\Services\NotificationAlertService($a, $b, $c, $d, $e, $f, ($container->privates['twitter_alert_info'] ?? $container->load('getTwitterAlertInfoService')));
$instance->setEmailFrom($container->getEnv('MAIL_ALERT_FROM'));
$instance->setBookingMail($container->getEnv('BOOKING_MAIL'));
return $instance;
}
}