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 b72ac0e commit cd0c3f2Copy full SHA for cd0c3f2
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\Recipient\EmailRecipientInterface;
283
+ use Symfony\Component\Notifier\Message\EmailMessage;
284
use Symfony\Component\Security\Http\LoginLink\LoginLinkNotification;
285
286
class CustomLoginLinkNotification extends LoginLinkNotification
0 commit comments