Skip to content

Commit

Permalink
Fixed new member signup waiver needed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnesselr committed Oct 25, 2023
1 parent 54d1f0b commit 3872e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Notifications/IdCheckedWithNoWaiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function toMail($notifiable)
return (new MailMessage)
->line("Welcome! We couldn't find your waiver")
->replyTo(config('denhac.access_email'))
->view('emails.new_member_signup_waiver_needed.blade', [
->view('emails.new_member_signup_waiver_needed', [
'customerWaiverUrl' => $this->customer->getWaiverUrl(),
]);
}
Expand Down

0 comments on commit 3872e35

Please sign in to comment.