File: /home/cafsindia/help.cafsindia.com/var/cache/dev/ContainerYPd8UuT/getSwiftmailer_ServiceService.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 getSwiftmailer_ServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'swiftmailer.service' shared autowired service.
*
* @return \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/uvdesk/core-framework/SwiftMailer/SwiftMailer.php';
return $container->services['swiftmailer.service'] = new \Webkul\UVDesk\CoreFrameworkBundle\SwiftMailer\SwiftMailer($container);
}
}