<?php declare(strict_types=1);namespace App\StartPlatz\Bundle\UserBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * User bundle for STARTPLATZ authentication. * * Note: The old LoginLink\Factory security factory has been removed. * Magic link authentication is now handled by LoginLinkAuthenticator. */class StartPlatzUserBundle extends Bundle{}