var/cache/cooking/ContainerAaBPVdW/getApidaeUserProviderService.php line 18

  1. <?php
  2. namespace ContainerAaBPVdW;
  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 getApidaeUserProviderService extends App_KernelCookingDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'ApidaeTourisme\ApidaeBundle\ApidaeUserProvider' shared autowired service.
  12.      *
  13.      * @return \ApidaeTourisme\ApidaeBundle\ApidaeUserProvider
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/apidae-tourisme/apidae-bundle/src/ApidaeUserProvider.php';
  20.         include_once \dirname(__DIR__4).'/vendor/pierre-granger/apidae-core/src/ApidaeCore.php';
  21.         include_once \dirname(__DIR__4).'/vendor/pierre-granger/apidae-membres/src/ApidaeMembres.php';
  22.         return $container->services['ApidaeTourisme\\ApidaeBundle\\ApidaeUserProvider'] = new \ApidaeTourisme\ApidaeBundle\ApidaeUserProvider(new \PierreGranger\ApidaeMembres(['projet_consultation_projetId' => $container->getEnv('int:APIDAE_MEMBRES_PROJETID'), 'projet_consultation_apiKey' => $container->getEnv('APIDAE_MEMBRES_APIKEY'), 'env' => $container->getEnv('APIDAE_MEMBRES_ENV')]));
  23.     }
  24. }