Skip to content

Commit cbf0283

Browse files
carlcasboltjaviereguiluz
authored andcommitted
[Security] Update login_link.rst
1 parent ac449c0 commit cbf0283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

security/login_link.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ This will send an email like this to the user:
279279
// src/Notifier/CustomLoginLinkNotification
280280
namespace App\Notifier;
281281

282+
use Symfony\Component\Notifier\Message\EmailMessage;
283+
use Symfony\Component\Notifier\Recipient\EmailRecipientInterface;
282284
use Symfony\Component\Security\Http\LoginLink\LoginLinkNotification;
283285

284286
class CustomLoginLinkNotification extends LoginLinkNotification

0 commit comments

Comments
 (0)