Fix missing namespace

Signed-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
parent 7f5d318b
......@@ -36,6 +36,6 @@ class ResetPasswordEmail extends Mailable implements ShouldQueue
public function build()
{
return $this->view('user::emails.reminder')
->subject(trans('reset password'));
->subject(trans('user::messages.reset password'));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment