rename to new_login_details
This commit is contained in:
parent
08df20de19
commit
6181fb0388
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user