<?php
namespace ContainerBqHPeOl;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getApp_LegacyPasswordServiceService extends AppKernelDevDebugContainer
{
/**
* Gets the public 'app.legacy_password_service' shared autowired service.
*
* @return \ApplicationBundle\Helper\LegacyPasswordService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/ApplicationBundle/Helper/LegacyPasswordService.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Encoder/PasswordEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/src/ApplicationBundle/Helper/Sha256Salted.php';
return $container->services['app.legacy_password_service'] = new \ApplicationBundle\Helper\LegacyPasswordService(($container->services['sha256salted_encoder'] ?? ($container->services['sha256salted_encoder'] = new \ApplicationBundle\Helper\Sha256Salted())));
}
}