var/cache/dev/ContainerMghoxPx/getSecurity_Authentication_Provider_Anonymous_BackSupportService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerMghoxPx;
  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_Anonymous_BackSupportService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'security.authentication.provider.anonymous.back_support' shared service.
  12. *
  13. * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  14. *
  15. * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.back_support" 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.anonymous.back_support" service is deprecated, use the new authenticator system instead.');
  20. return $container->privates['security.authentication.provider.anonymous.back_support'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($container->getParameter('container.build_hash'));
  21. }
  22. }