<?php
namespace ContainerWyo4J64;
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 getConfirmationMailServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\StartPlatz\Bundle\MailmanBundle\ConfirmationMailService' shared autowired service.
*
* @return \App\StartPlatz\Bundle\MailmanBundle\ConfirmationMailService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/StartPlatz/Bundle/MailmanBundle/ConfirmationMailService.php';
return $container->privates['App\\StartPlatz\\Bundle\\MailmanBundle\\ConfirmationMailService'] = new \App\StartPlatz\Bundle\MailmanBundle\ConfirmationMailService(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService')), ($container->services['router'] ?? $container->getRouterService()), ($container->privates['App\\StartPlatz\\Bundle\\UserBundle\\LoginService'] ?? $container->load('getLoginServiceService')), ($container->privates['App\\StartPlatz\\Bundle\\ApiBundle\\MemberHubspotService'] ?? $container->load('getMemberHubspotServiceService')), ($container->privates['App\\StartPlatz\\Bundle\\FeedbackBundle\\CallbackService'] ?? $container->load('getCallbackServiceService')), ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()));
}
}