forget password
This commit is contained in:
@@ -30,7 +30,7 @@ class SendVerifyEmail extends Mailable
|
||||
public function build()
|
||||
{
|
||||
$this->subject('Verify Email')
|
||||
->markdown('email_user');
|
||||
->markdown('verify_email');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user