perbaikan bug email terkirim
This commit is contained in:
parent
ece92b25b2
commit
dc36c6fa51
|
|
@ -9,10 +9,12 @@ class ResetPasswordNotification extends ResetPassword
|
||||||
{
|
{
|
||||||
public function toMail($notifiable)
|
public function toMail($notifiable)
|
||||||
{
|
{
|
||||||
$url = url(route('password.reset', [
|
|
||||||
|
|
||||||
|
$url = route('password.reset', [
|
||||||
'token' => $this->token,
|
'token' => $this->token,
|
||||||
'email' => $notifiable->getEmailForPasswordReset(),
|
'email' => $notifiable->getEmailForPasswordReset(),
|
||||||
], false));
|
]);
|
||||||
|
|
||||||
return (new MailMessage)
|
return (new MailMessage)
|
||||||
->subject('Reset Kata Sandi Akun Anda')
|
->subject('Reset Kata Sandi Akun Anda')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue