<?php
namespace ContainerUD7odZK;
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 getProjectBiz_NotificationsHelperService extends ProjectBiz_KernelDevDebugContainer
{
/**
* Gets the public 'project_biz.notifications_helper' shared autowired service.
*
* @return \ProjectBiz\PortalBundle\Service\NotificationsHelper
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'NotificationsHelper.php';
return $container->services['project_biz.notifications_helper'] = new \ProjectBiz\PortalBundle\Service\NotificationsHelper($container, ($container->services['router'] ?? $container->getRouterService()), 'd.m.Y H:i', ($container->services['citibiz.security_context_wrapper'] ?? $container->getCitibiz_SecurityContextWrapperService()), ($container->services['citibiz.generic_repository_factory'] ?? $container->getCitibiz_GenericRepositoryFactoryService()));
}
}