We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88b006 commit 970dd83Copy full SHA for 970dd83
resources/lib/UnityWebhook.php
@@ -7,6 +7,7 @@ class UnityWebhook
7
private string $template_dir = __DIR__ . "/../mail";
8
private string $override_template_dir = __DIR__ . "/../../deployment/mail_overrides";
9
private string $url = CONFIG["webhook"]["url"];
10
+ private string $Subject; // set by template
11
12
public function htmlToMarkdown(string $html): string
13
{
0 commit comments