Merge pull request #7654 from appwrite/lohanidamodar-patch-3

Fix return
This commit is contained in:
Christy Jacob 2024-02-24 20:49:37 +05:30 committed by GitHub
commit 0ad44ceb94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -393,6 +393,7 @@ class Mail extends Event
$this->variables = [];
$this->bodyTemplate = '';
$this->attachment = [];
return $this;
}
/**