fix var name

This commit is contained in:
2025-11-16 22:14:04 +10:00
parent c1a4fd13d5
commit b85d039c36
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ class UserWelcome extends Mailable
->markdown('emails.welcome')
->with([
'email' => $this->email,
'unsubscribe' => $this->unsubscribeLink
'unsubscribeLink' => $this->unsubscribeLink
]);
}
}