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 ac449c0 commit cbf0283Copy full SHA for cbf0283
security/login_link.rst
@@ -279,6 +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\Message\EmailMessage;
283
+ use Symfony\Component\Notifier\Recipient\EmailRecipientInterface;
284
use Symfony\Component\Security\Http\LoginLink\LoginLinkNotification;
285
286
class CustomLoginLinkNotification extends LoginLinkNotification
0 commit comments