<?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 getMicrosoftService extends App_KernelTestDebugContainer
{
/**
* Gets the public 'Cms\Modules\CalendarBundle\Service\Social\Types\Microsoft' shared autowired service.
*
* @return \Cms\Modules\CalendarBundle\Service\Social\Types\Microsoft
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Cms/Modules/CalendarBundle/Service/Social/AbstractShare.php';
include_once \dirname(__DIR__, 4).'/src/Cms/Modules/CalendarBundle/Service/Social/Types/Microsoft.php';
return $container->services['Cms\\Modules\\CalendarBundle\\Service\\Social\\Types\\Microsoft'] = new \Cms\Modules\CalendarBundle\Service\Social\Types\Microsoft(($container->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $container->getContainerServiceService()), ($container->services['Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService'] ?? $container->load('getOAuthProviderServiceService')));
}
}