<?php
namespace Container0pTcUFY;
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 getClientCommunicationServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Pimcore\Bundle\DirectEditBundle\Service\ClientCommunicationService' shared autowired service.
*
* @return \Pimcore\Bundle\DirectEditBundle\Service\ClientCommunicationService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Service/ClientCommunicationService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Service/PublishService.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/direct-edit/src/Service/MercureUrlService.php';
return $container->privates['Pimcore\\Bundle\\DirectEditBundle\\Service\\ClientCommunicationService'] = new \Pimcore\Bundle\DirectEditBundle\Service\ClientCommunicationService(($container->services['router'] ?? $container->getRouterService()), new \Pimcore\Bundle\DirectEditBundle\Service\PublishService($container, ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['Pimcore\\Bundle\\DirectEditBundle\\Service\\MercureUrlService'] ?? ($container->services['Pimcore\\Bundle\\DirectEditBundle\\Service\\MercureUrlService'] = new \Pimcore\Bundle\DirectEditBundle\Service\MercureUrlService(NULL, NULL)))), ($container->privates['Pimcore\\Bundle\\DirectEditBundle\\Service\\ModalRenderService'] ?? $container->load('getModalRenderServiceService')));
}
}