rename to new_login_details

This commit is contained in:
Nabeel Shahzad 2018-01-03 15:47:29 -06:00
parent 08df20de19
commit 6181fb0388
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class NewLoginDetails extends Mailable
public function build()
{
return $this->markdown('emails.user.newlogindetails')
return $this->markdown('emails.user.new_login_details')
->subject($this->subject)
->with(['user' => $this->user, 'newpw' => $this->newpw]);
}