Major incomplete Change

This commit is contained in:
Omair Saleh
2019-02-16 06:42:42 +08:00
parent 7745b580fb
commit 02cdc30640
15 changed files with 151 additions and 72 deletions
+1 -1
View File
@@ -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(){