diff --git a/src/Illuminate/Auth/Notifications/ResetPassword.php b/src/Illuminate/Auth/Notifications/ResetPassword.php index bf2aabf1928f..7e4f0fbeae7a 100644 --- a/src/Illuminate/Auth/Notifications/ResetPassword.php +++ b/src/Illuminate/Auth/Notifications/ResetPassword.php @@ -39,9 +39,10 @@ public function via($notifiable) /** * Build the mail representation of the notification. * + * @param mixed $notifiable * @return \Illuminate\Notifications\Messages\MailMessage */ - public function toMail() + public function toMail($notifiable) { return (new MailMessage) ->line('You are receiving this email because we received a password reset request for your account.')