File: //home/cafsindia/help.cafsindia.com/var/cache/production/ContainerVL97kbQ/getLocalhostService.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 getLocalhostService extends App_KernelProductionContainer
{
/*
* Gets the public 'Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost' shared autowired service.
*
* @return \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
*/
public static function do($container, $lazyLoad = true)
{
return $container->services['Webkul\\UVDesk\\CoreFrameworkBundle\\FileSystem\\UploadManagers\\Localhost'] = new \Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost($container, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
}