File: /home/cafsindia/help.cafsindia.com/var/cache/dev/Container9GFRm5W/getValidation_ServiceService.php
<?php
namespace Container9GFRm5W;
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 getValidation_ServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'validation.service' shared autowired service.
*
* @return \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/uvdesk/core-framework/Services/ValidationService.php';
return $container->services['validation.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\Services\ValidationService(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $container, ($container->services['translator'] ?? $container->getTranslatorService()));
}
}