vendor/scheb/2fa-bundle/DependencyInjection/Factory/Security/AuthenticatorTwoFactorFactory.php line 12

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Scheb\TwoFactorBundle\DependencyInjection\Factory\Security;
  4. use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface;
  5. /**
  6.  * @internal Compatibility with authenticators in Symfony >= 5.1
  7.  */
  8. class AuthenticatorTwoFactorFactory extends TwoFactorFactory implements AuthenticatorFactoryInterface
  9. {
  10. }