File: /home/cafsindia/help.cafsindia.com/var/cache/dev/ContainerYPd8UuT/getAccountValidationService.php
<?php
namespace ContainerYPd8UuT;
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 getAccountValidationService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation' shared autowired service.
*
* @return \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/uvdesk/support-center-bundle/Form/AccountValidation.php';
return $container->privates['Webkul\\UVDesk\\SupportCenterBundle\\Form\\AccountValidation'] = new \Webkul\UVDesk\SupportCenterBundle\Form\AccountValidation();
}
}