<?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 getCallbackServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Services\CallbackService' shared autowired service.
*
* @return \App\Services\CallbackService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/CallbackService.php';
include_once \dirname(__DIR__, 4).'/src/Services/CallbackNotificationService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
$b = ($container->services['App\\Services\\ActionLoggerService'] ?? $container->getActionLoggerServiceService());
$c = new \App\Services\CallbackNotificationService($a, ($container->privates['App\\Services\\NotificationSenderHelperService'] ?? $container->getNotificationSenderHelperServiceService()), $b);
$c->setWSMail($container->getEnv('WS_MAIL'));
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')));
}
}