var/cache/dev/ContainerBaz8fgl/getAuth0Service.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerBaz8fgl;
  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 getAuth0Service extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Auth0\SDK\Auth0' shared service.
  12.      *
  13.      * @return \Auth0\SDK\Auth0
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/auth0/auth0-php/src/Contract/Auth0Interface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/auth0/auth0-php/src/Auth0.php';
  19.         return $container->privates['Auth0\\SDK\\Auth0'] = new \Auth0\SDK\Auth0(($container->services['auth0.sdk.configuration'] ?? $container->load('getAuth0_Sdk_ConfigurationService')));
  20.     }
  21. }