var/cache/dev/ContainerX0rKuVc/getSecurity_PasswordHasherFactoryService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerX0rKuVc;
  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 getSecurity_PasswordHasherFactoryService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.password_hasher_factory' shared service.
  12.      *
  13.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  19.         $a = ($container->privates['Eccube\\Security\\Core\\Encoder\\PasswordEncoder'] ?? $container->load('getPasswordEncoderService'));
  20.         return $container->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Eccube\\Entity\\Member' => $a'Eccube\\Entity\\Customer' => $a]);
  21.     }
  22. }