We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c7dac commit 5b20be4Copy full SHA for 5b20be4
src/Illuminate/Auth/Notifications/VerifyEmail.php
@@ -84,7 +84,7 @@ protected function verificationUrl($notifiable)
84
'verification.verify',
85
Carbon::now()->addMinutes(Config::get('auth.verification.expire', 60)),
86
[
87
- $notifiable->getKeyName() => $notifiable->getKey(),
+ 'id' => $notifiable->getKey(),
88
'hash' => sha1($notifiable->getEmailForVerification()),
89
]
90
);
0 commit comments