File: /home/cafsindia/help.cafsindia.com/var/cache/production/ContainerVL97kbQ/getMailboxService.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 getMailboxService extends App_KernelProductionContainer
{
/*
* Gets the private 'Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox' shared autowired service.
*
* @return \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['Webkul\\UVDesk\\CoreFrameworkBundle\\Form\\Mailbox'] = new \Webkul\UVDesk\CoreFrameworkBundle\Form\Mailbox();
}
}