token ); return ( new MailMessage ) ->subject('Reset Password Notification') ->line("Hello! You are receiving this email because we received a password reset request for your account." ) ->action('Reset Password', $link ) ->line("This password reset link will expire in ".config('auth.passwords.users.expire')." minutes" ) ->line("If you did not request a password reset, no further action is required." ); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }