This commit is contained in:
James Cole
2023-12-21 05:07:26 +01:00
parent 1f7ceb6df6
commit a445bc53cd
61 changed files with 165 additions and 163 deletions

View File

@@ -91,7 +91,7 @@ class VersionCheckResult extends Notification
public function toSlack($notifiable)
{
return (new SlackMessage())->content($this->message)
->attachment(static function ($attachment) {
->attachment(static function ($attachment): void {
$attachment->title('Firefly III @ GitHub', 'https://github.com/firefly-iii/firefly-iii/releases');
})
;