mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix blade file typo
This commit is contained in:
@@ -31,7 +31,7 @@ class ResetPasswordEmail extends AbstractEmail
|
||||
{
|
||||
return (new MailMessage)
|
||||
->subject('Reset Password')
|
||||
->view('emails.account.reset_password', ['user' => $this->user, 'attempt' => $this->attempt]);
|
||||
->view('emails.accounts.reset_password', ['user' => $this->user, 'attempt' => $this->attempt]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user