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

Open in your IDE?
  1. <?php
  2. namespace ContainerAlux4pL;
  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 App_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.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/BasePasswordEncoder.php';
  21.         include_once \dirname(__DIR__4).'/src/Security/WebBundle/PasswordEncoder.php';
  22.         return $container->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['md5' => ($container->privates['md5'] ?? ($container->privates['md5'] = new \App\Security\WebBundle\PasswordEncoder()))]);
  23.     }
  24. }