<?php
namespace ContainerDfxLLd9;
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 getCalendarListenerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\EventListener\CalendarListener' shared autowired service.
*
* @return \App\EventListener\CalendarListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/EventListener/CalendarListener.php';
return $container->privates['App\\EventListener\\CalendarListener'] = new \App\EventListener\CalendarListener(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()));
}
}