var/cache/website/dev/ContainerVDxZ1Ps/getSuluSecurity_EncoderFactoryService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerVDxZ1Ps;
  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 getSuluSecurity_EncoderFactoryService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'sulu_security.encoder_factory' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  14.      *
  15.      * @deprecated Since symfony/security-bundle 5.3: The "sulu_security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('symfony/security-bundle''5.3''The "sulu_security.encoder_factory" service is deprecated, use "security.password_hasher_factory" instead.');
  20.         return $container->services['sulu_security.encoder_factory'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['Sulu\\Bundle\\SecurityBundle\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  21.     }
  22. }