Skip to content

Commit 5b20be4

Browse files
authored
Revert PR #44613 (#44672)
1 parent 82c7dac commit 5b20be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Notifications/VerifyEmail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function verificationUrl($notifiable)
8484
'verification.verify',
8585
Carbon::now()->addMinutes(Config::get('auth.verification.expire', 60)),
8686
[
87-
$notifiable->getKeyName() => $notifiable->getKey(),
87+
'id' => $notifiable->getKey(),
8888
'hash' => sha1($notifiable->getEmailForVerification()),
8989
]
9090
);

0 commit comments

Comments
 (0)