diff --git a/app/Notifications/IdCheckedWithNoWaiver.php b/app/Notifications/IdCheckedWithNoWaiver.php index 47437bb2..4f961830 100644 --- a/app/Notifications/IdCheckedWithNoWaiver.php +++ b/app/Notifications/IdCheckedWithNoWaiver.php @@ -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(), ]); }