var/cache/cooking/ContainerAaBPVdW/getApidaeUserProviderService.php line 18
<?phpnamespace ContainerAaBPVdW;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 getApidaeUserProviderService extends App_KernelCookingDebugContainer{/*** Gets the public 'ApidaeTourisme\ApidaeBundle\ApidaeUserProvider' shared autowired service.** @return \ApidaeTourisme\ApidaeBundle\ApidaeUserProvider*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/apidae-tourisme/apidae-bundle/src/ApidaeUserProvider.php';include_once \dirname(__DIR__, 4).'/vendor/pierre-granger/apidae-core/src/ApidaeCore.php';include_once \dirname(__DIR__, 4).'/vendor/pierre-granger/apidae-membres/src/ApidaeMembres.php';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')]));}}