var/cache/dev/ContainerP96lleg/getSymfonycasts_VerifyEmail_HelperService.php line 26

Open in your IDE?
  1. <?php
  2. namespace ContainerP96lleg;
  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 getSymfonycasts_VerifyEmail_HelperService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'symfonycasts.verify_email.helper' shared service.
  12.      *
  13.      * @return \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelperInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/VerifyEmailHelper.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Factory/UriSignerFactory.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Util/VerifyEmailQueryUtility.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Generator/VerifyEmailTokenGenerator.php';
  22.         return $container->privates['symfonycasts.verify_email.helper'] = new \SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper(($container->services['router'] ?? $container->getRouterService()), (new \SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory($container->getEnv('APP_SECRET'), 'signature'))->createUriSigner(), new \SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility(), new \SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator($container->getEnv('APP_SECRET')), 3600);
  23.     }
  24. }