fix unsubscribe link
This commit is contained in:
@@ -25,6 +25,7 @@ class UserWelcome extends Mailable
|
|||||||
->markdown('emails.welcome')
|
->markdown('emails.welcome')
|
||||||
->with([
|
->with([
|
||||||
'email' => $this->email,
|
'email' => $this->email,
|
||||||
|
'unsubscribeLink' => $this->unsubscribeLink
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user