diff --git a/app/Mail/UserWelcome.php b/app/Mail/UserWelcome.php index 77b7083..891ae17 100644 --- a/app/Mail/UserWelcome.php +++ b/app/Mail/UserWelcome.php @@ -25,6 +25,7 @@ class UserWelcome extends Mailable ->markdown('emails.welcome') ->with([ 'email' => $this->email, + 'unsubscribeLink' => $this->unsubscribeLink ]); } }