mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
🤖 Auto commit for release 'develop' on 2026-01-23
This commit is contained in:
@@ -59,7 +59,8 @@ class VersionCheckResult extends Notification
|
||||
{
|
||||
return new MailMessage()
|
||||
->markdown('emails.new-version', ['message' => $this->message])
|
||||
->subject((string) trans('email.new_version_email_subject'));
|
||||
->subject((string) trans('email.new_version_email_subject'))
|
||||
;
|
||||
}
|
||||
|
||||
// /**
|
||||
@@ -96,7 +97,8 @@ class VersionCheckResult extends Notification
|
||||
->content($this->message)
|
||||
->attachment(static function ($attachment): void {
|
||||
$attachment->title('Firefly III @ GitHub', 'https://github.com/firefly-iii/firefly-iii/releases');
|
||||
});
|
||||
})
|
||||
;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user