<?php
namespace ContainerYdS95Bq;
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 getSubscriptionEmailNotificationService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Notification\EmailNotification\SubscriptionEmailNotification' shared autowired service.
*
* @return \App\Notification\EmailNotification\SubscriptionEmailNotification
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Notification/EmailNotification/SubscriptionEmailNotification.php';
$a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['App\\Notification\\EmailNotification\\SubscriptionEmailNotification'])) {
return $container->privates['App\\Notification\\EmailNotification\\SubscriptionEmailNotification'];
}
return $container->privates['App\\Notification\\EmailNotification\\SubscriptionEmailNotification'] = new \App\Notification\EmailNotification\SubscriptionEmailNotification(($container->services['swiftmailer.mailer.default'] ?? $container->load('getSwiftmailer_Mailer_DefaultService')), $a);
}
}