/
var
/
www
/
html
/
amply
/
var
/
cache
/
prod
/
ContainerMYAo99x
/
Upload File
HOME
<?php namespace ContainerMYAo99x; 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 getValidator_NotCompromisedPasswordService extends App_KernelProdContainer { /* * Gets the private 'validator.not_compromised_password' shared service. * * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator */ public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php'; $a = \Symfony\Component\HttpClient\HttpClient::create([], 6); $b = new \Symfony\Bridge\Monolog\Logger('http_client'); $b->pushHandler(($container->privates['monolog.handler.console'] ?? $container->getMonolog_Handler_ConsoleService())); $b->pushHandler(($container->privates['monolog.handler.main'] ?? $container->getMonolog_Handler_MainService())); $a->setLogger($b); return $container->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator($a, 'UTF-8', true, NULL); } }