mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-20 12:34:22 +00:00
Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
2ea146333e
commit
613830e6a6
@@ -103,7 +103,7 @@ class WaitlistInvite extends Command
|
||||
{
|
||||
$token = Crypt::encryptString("{$this->next_patient->email}@@@$this->password");
|
||||
$loginLink = route('auth.link', ['token' => $token]);
|
||||
$mail = new MailMessage();
|
||||
$mail = new MailMessage;
|
||||
$mail->view('emails.waitlist-invitation', [
|
||||
'loginLink' => $loginLink,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user