- <?php
- namespace ContainerFxS3xDR;
- 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 getSecurity_Authentication_Provider_Anonymous_BackSupportService extends App_KernelDevDebugContainer
- {
-     /**
-      * Gets the private 'security.authentication.provider.anonymous.back_support' shared service.
-      *
-      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
-      *
-      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.back_support" service is deprecated, use the new authenticator system instead.
-      */
-     public static function do($container, $lazyLoad = true)
-     {
-         trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.back_support" service is deprecated, use the new authenticator system instead.');
-         return $container->privates['security.authentication.provider.anonymous.back_support'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($container->getParameter('container.build_hash'));
-     }
- }
-