var/cache/dev/ContainerPTBy5fM/getGoogleAuthenticateurService.php line 22

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'App\Security\GoogleAuthenticateur' shared autowired service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8. include_once $this->targetDirs[3].'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9. include_once $this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  10. include_once $this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  11. include_once $this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  12. include_once $this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  13. include_once $this->targetDirs[3].'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  14. include_once $this->targetDirs[3].'/src/Security/GoogleAuthenticateur.php';
  15. include_once $this->targetDirs[3].'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  16. $a = ($this->services['router'] ?? $this->getRouterService());
  17. return $this->privates['App\\Security\\GoogleAuthenticateur'] = new \App\Security\GoogleAuthenticateur(($this->privates['App\\Services\\CartService'] ?? $this->getCartServiceService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->services['knpu.oauth2.registry'] ?? ($this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['google' => 'knpu.oauth2.client.google''apple' => 'knpu.oauth2.client.apple''microsoft' => 'knpu.oauth2.client.microsoft']))), ($this->privates['App\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php')));