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

Open in your IDE?
  1. <?php
  2. namespace ContainerS2mj0kg;
  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. return $container->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['legacy' => ($container->privates['crypt_salted_encoder'] ?? $container->load('getCryptSaltedEncoderService')), 'App\\Entity\\Users' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL], 'App\\Entity\\Students' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
  20. }
  21. }