<?php
namespace ContainerKw9eKg9;
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 getShareServiceService extends App_KernelTestDebugContainer
{
/**
* Gets the public 'Cms\Modules\CalendarBundle\Service\Social\ShareService' shared autowired service.
*
* @return \Cms\Modules\CalendarBundle\Service\Social\ShareService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Cms/Modules/CalendarBundle/Service/Social/ShareService.php';
return $container->services['Cms\\Modules\\CalendarBundle\\Service\\Social\\ShareService'] = new \Cms\Modules\CalendarBundle\Service\Social\ShareService(($container->services['Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Google'] ?? $container->load('getGoogleService')), ($container->services['Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft'] ?? $container->load('getMicrosoftService')), ($container->services['Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\ICal'] ?? $container->load('getICalService')));
}
}