Skip to content

Commit 970dd83

Browse files
committed
put back subject
1 parent e88b006 commit 970dd83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lib/UnityWebhook.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class UnityWebhook
77
private string $template_dir = __DIR__ . "/../mail";
88
private string $override_template_dir = __DIR__ . "/../../deployment/mail_overrides";
99
private string $url = CONFIG["webhook"]["url"];
10+
private string $Subject; // set by template
1011

1112
public function htmlToMarkdown(string $html): string
1213
{

0 commit comments

Comments
 (0)