var/cache/test/ContainerFG9Pgtp/getOAuthLoginAuthenticatorService.php line 24

Open in your IDE?
  1. <?php
  2. namespace ContainerFG9Pgtp;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getOAuthLoginAuthenticatorService extends App_KernelTestDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator' shared autowired service.
  12.      *
  13.      * @return \Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19.         include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Authenticator/OAuthLoginAuthenticator.php';
  20.         return $container->services['Platform\\SecurityBundle\\Service\\Authenticator\\OAuthLoginAuthenticator'] = new \Platform\SecurityBundle\Service\Authenticator\OAuthLoginAuthenticator(($container->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $container->getEntityManagerService()), ($container->services['Platform\\SecurityBundle\\Service\\OAuth\\OAuthProviderService'] ?? $container->load('getOAuthProviderServiceService')), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')));
  21.     }
  22. }