src/StartPlatz/Bundle/UserBundle/StartPlatzUserBundle.php line 13

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace App\StartPlatz\Bundle\UserBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * User bundle for STARTPLATZ authentication.
  6.  *
  7.  * Note: The old LoginLink\Factory security factory has been removed.
  8.  * Magic link authentication is now handled by LoginLinkAuthenticator.
  9.  */
  10. class StartPlatzUserBundle extends Bundle
  11. {
  12. }