<?php
namespace ContainerBaz8fgl;
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 getAuth0Service extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Auth0\SDK\Auth0' shared service.
*
* @return \Auth0\SDK\Auth0
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/auth0/auth0-php/src/Contract/Auth0Interface.php';
include_once \dirname(__DIR__, 4).'/vendor/auth0/auth0-php/src/Auth0.php';
return $container->privates['Auth0\\SDK\\Auth0'] = new \Auth0\SDK\Auth0(($container->services['auth0.sdk.configuration'] ?? $container->load('getAuth0_Sdk_ConfigurationService')));
}
}