mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-27 08:23:58 +00:00
Major incomplete Change
This commit is contained in:
@@ -29,7 +29,7 @@ class InvitationEmail extends AbstractEmail
|
||||
}
|
||||
|
||||
private function invitationUrl(){
|
||||
return url(route('auth.registration', ['hash' => $this->invitation->getInvitation()->hash]));
|
||||
return url(route('auth.registration', ['email' => $this->invitation->getInvitation()->email, 'hash' => $this->invitation->getInvitation()->hash]));
|
||||
}
|
||||
|
||||
private function senderName(){
|
||||
|
||||
Reference in New Issue
Block a user