Skip to content

Commit bb8077e

Browse files
authored
Update login_link.rst
order of use statements corrected
1 parent cd0c3f2 commit bb8077e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/login_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,8 +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\Recipient\EmailRecipientInterface;
283282
use Symfony\Component\Notifier\Message\EmailMessage;
283+
use Symfony\Component\Notifier\Recipient\EmailRecipientInterface;
284284
use Symfony\Component\Security\Http\LoginLink\LoginLinkNotification;
285285

286286
class CustomLoginLinkNotification extends LoginLinkNotification

0 commit comments

Comments
 (0)