File: /home/cafsindia/help.cafsindia.com/var/cache/production/ContainerVL97kbQ/getConsoleService.php
<?php
namespace ContainerVL97kbQ;
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 getConsoleService extends App_KernelProductionContainer
{
/*
* Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console' shared autowired service.
*
* @return \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\EventListener\\Console\\Console'] = new \Webkul\UVDesk\CoreFrameworkBundle\EventListener\Console\Console($container, ($container->services['doctrine.orm.default_entity_manager'] ?? $container->load('getDoctrine_Orm_DefaultEntityManagerService')));
}
}