<?php
namespace ContainerNPAlMbu;
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 getWebsocketNotification_ServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'websocket_notification.service' shared service.
*
* @return \AdminBundle\Services\WebsocketNotificationService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/AdminBundle/Services/WebsocketNotificationService.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['websocket_notification.service'])) {
return $container->services['websocket_notification.service'];
}
return $container->services['websocket_notification.service'] = new \AdminBundle\Services\WebsocketNotificationService($a, '127.0.0.1', 5555);
}
}