Fix sendmail and improve register error catching

This commit is contained in:
Deon George
2018-12-29 15:04:27 +11:00
parent a9576422ee
commit 35b5bc2263
3 changed files with 8 additions and 7 deletions

View File

@@ -37,4 +37,4 @@ class SendToken extends Mailable
->subject('Token to complete registration')
->with(['token'=>$this->token]);
}
}
}