We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0c3f2 commit bb8077eCopy full SHA for bb8077e
security/login_link.rst
@@ -279,8 +279,8 @@ This will send an email like this to the user:
279
// src/Notifier/CustomLoginLinkNotification
280
namespace App\Notifier;
281
282
- use Symfony\Component\Notifier\Recipient\EmailRecipientInterface;
283
use Symfony\Component\Notifier\Message\EmailMessage;
+ use Symfony\Component\Notifier\Recipient\EmailRecipientInterface;
284
use Symfony\Component\Security\Http\LoginLink\LoginLinkNotification;
285
286
class CustomLoginLinkNotification extends LoginLinkNotification
0 commit comments