Alignment

This commit is contained in:
James Cole
2020-05-29 06:12:24 +02:00
parent 3c1361e377
commit 49b1a6d844
10 changed files with 61 additions and 61 deletions

View File

@@ -60,6 +60,6 @@ class RequestedNewPassword extends Mailable
*/
public function build(): self
{
return $this->view('emails.password-html')->text('emails.password-text')->subject(trans('email.reset_pw_subject'));
return $this->view('emails.password-html')->text('emails.password-text')->subject((string) trans('email.reset_pw_subject'));
}
}