<?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 getOAuthServiceFactoryService extends App_KernelTestDebugContainer
{
/**
* Gets the public 'Platform\SecurityBundle\Service\OAuth\OAuthServiceFactory' shared autowired service.
*
* @return \Platform\SecurityBundle\Service\OAuth\OAuthServiceFactory
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/lusitanian/oauth/src/OAuth/ServiceFactory.php';
include_once \dirname(__DIR__, 4).'/src/Platform/SecurityBundle/Service/OAuth/OAuthServiceFactory.php';
return $container->services['Platform\\SecurityBundle\\Service\\OAuth\\OAuthServiceFactory'] = new \Platform\SecurityBundle\Service\OAuth\OAuthServiceFactory(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $container->getContextManagerService()));
}
}