app/cache/dev/Jianmo/Container6z3LNfd/getSecurity_Authentication_Provider_Dao_MainService.php line 22

Open in your IDE?
  1. <?php
  2. namespace Container6z3LNfd;
  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_Authentication_Provider_Dao_MainService extends AppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  14.      *
  15.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  20.         include_once \dirname(__DIR__5).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  21.         include_once \dirname(__DIR__5).'/src/AppBundle/Security/Firewall/UserChecker.php';
  22.         return $container->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($container->privates['topxia.user_provider'] ?? ($container->privates['topxia.user_provider'] = new \Biz\User\UserProvider($container))), ($container->privates['AppBundle\\Security\\Firewall\\UserChecker'] ?? ($container->privates['AppBundle\\Security\\Firewall\\UserChecker'] = new \AppBundle\Security\Firewall\UserChecker())), 'main', ($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService')), true);
  23.     }
  24. }